Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/locale/
H A Dcollate.h104 int32_t lc_flags; member
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c121 if (nlmc->lc_flags & LMC_FLG_ANALYZING) in analyze_lmc()
133 nlmc->lc_flags |= LMC_FLG_ANALYZING; in analyze_lmc()
212 if (nlmc->lc_flags & LMC_FLG_REANALYZE) { in analyze_lmc()
213 nlmc->lc_flags &= ~LMC_FLG_REANALYZE; in analyze_lmc()
220 nlmc->lc_flags &= ~LMC_FLG_ANALYZING; in analyze_lmc()
484 if (nlmc->lc_flags & LMC_FLG_RELOCATING) in relocate_lmc()
487 nlmc->lc_flags |= LMC_FLG_RELOCATING; in relocate_lmc()
635 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.c1128 lmc->lc_flags |= LMC_FLG_REANALYZE; in lm_append()
/titanic_44/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()
/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h273 uint_t lc_flags; member