Home
last modified time | relevance | path

Searched refs:FLG_RT_IMGALLOC (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c375 FLAGS(nlmp) |= ((FLAGS(olmp) & ~FLG_RT_OBJECT) | FLG_RT_IMGALLOC); in elf_obj_fini()
H A Dremove.c394 if (FLAGS(lmp) & FLG_RT_IMGALLOC) in remove_so()
401 if ((FLAGS(lmp) & FLG_RT_IMGALLOC) == 0) in remove_so()
H A Danalyze.c3392 if (FLAGS(lmp) & FLG_RT_IMGALLOC) in set_prot()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h815 #define FLG_RT_IMGALLOC 0x00000002 /* image is allocated (not mmap'ed) */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c48 { MSG_ORIG(MSG_FLG_IMGALLOC), FLG_RT_IMGALLOC, FLG_RT_IMGALLOC},
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c614 if (FLAGS(&rmap) & FLG_RT_IMGALLOC) in iter_map()