Home
last modified time | relevance | path

Searched refs:LMC_FLG_RELOCATING (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c884 } else if (lmc->lc_flags & LMC_FLG_RELOCATING) { in remove_lmc()
892 lmc->lc_flags &= ~LMC_FLG_RELOCATING; in remove_lmc()
901 if ((lmc->lc_flags & LMC_FLG_RELOCATING) == 0) { in remove_lmc()
H A Danalyze.c483 if (nlmc->lc_flags & LMC_FLG_RELOCATING) in relocate_lmc()
486 nlmc->lc_flags |= LMC_FLG_RELOCATING; in relocate_lmc()
634 nlmc->lc_flags &= ~LMC_FLG_RELOCATING; in relocate_lmc()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h279 #define LMC_FLG_RELOCATING 0x02 /* control list is being relocated */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c172 { MSG_ORIG(MSG_LMC_RELOCATING), LMC_FLG_RELOCATING, LMC_FLG_RELOCATING},