Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.h51 int32_t lc_flags; member
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c120 if (nlmc->lc_flags & LMC_FLG_ANALYZING) in analyze_lmc()
132 nlmc->lc_flags |= LMC_FLG_ANALYZING; in analyze_lmc()
211 if (nlmc->lc_flags & LMC_FLG_REANALYZE) { in analyze_lmc()
212 nlmc->lc_flags &= ~LMC_FLG_REANALYZE; in analyze_lmc()
219 nlmc->lc_flags &= ~LMC_FLG_ANALYZING; in analyze_lmc()
483 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()
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 Dutil.c1131 lmc->lc_flags |= LMC_FLG_REANALYZE; in lm_append()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c857 mdb_printf(MSG_ORIG(MSG_LMC_LINE3), lmc.lc_flags, in _dcmd_Lm_list()
859 mdb_printf(MSG_ORIG(MSG_LMC_LINE4), lmc.lc_flags, in _dcmd_Lm_list()
893 lmc.lc_flags, lmc.lc_now); in _dcmd_Lm_list()
895 lmc.lc_flags, lmc_bits); in _dcmd_Lm_list()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h275 uint_t lc_flags; member