Home
last modified time | relevance | path

Searched refs:MMAPS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_inline_gen.h35 mmapobj_result_t *mpp = MMAPS(lmp); in find_segment()
H A Dremove.c112 mmapobj_result_t *mpp = MMAPS(lmp); in purge_exit_handlers()
400 if (MMAPS(lmp)) { in remove_so()
402 unmap_obj(MMAPS(lmp), MMAPCNT(lmp)); in remove_so()
403 free(MMAPS(lmp)); in remove_so()
H A Dsetup.c437 MMAPS(rlmp) = mpp; in setup()
501 mmapobj_result_t *mpp = MMAPS(mlmp); in setup()
630 MMAPS(mlmp) = fmpp; in setup()
H A Dobject.c334 MMAPS(nlmp) = hmpp; in elf_obj_fini()
H A Ddlfcns.c2054 mip->dlm_maps[cnt] = MMAPS(lmp)[cnt]; in dlinfo_core()
H A Danalyze.c1830 MMAPS(nlmp) = ompp; in load_file()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h973 #define MMAPS(X) ((X)->rt_mmaps) macro