Lines Matching refs:lmflags
1449 ld_generic_env(const char *s1, size_t len, const char *s2, Word *lmflags, in ld_generic_env() argument
1967 *lmflags |= val; in ld_generic_env()
1969 *lmflags &= ~val; in ld_generic_env()
2019 *lmflags |= LML_FLG_IGNRELERR; in ld_generic_env()
2022 *lmflags &= ~LML_FLG_IGNRELERR; in ld_generic_env()
2066 *lmflags |= LML_FLG_TRC_ENABLE; in ld_generic_env()
2068 *lmflags |= LML_FLG_TRC_LDDSTUB; in ld_generic_env()
2070 *lmflags &= in ld_generic_env()
2122 ld_flags_env(const char *str, Word *lmflags, Word *lmtflags, in ld_flags_env() argument
2197 ld_generic_env(nstr, nlen, estr, lmflags, in ld_flags_env()
2216 rtld_getopt(char **argv, char ***envp, auxv_t **auxv, Word *lmflags, in rtld_getopt() argument
2253 if (ld_flags_env(str, lmflags, lmtflags, in rtld_getopt()
2277 ld_str_env(const char *s1, Word *lmflags, Word *lmtflags, uint_t env_flags, in ld_str_env() argument
2320 ld_generic_env(s1, len, s2, lmflags, lmtflags, env_flags, aout); in ld_str_env()
2417 procenv_user(APlist *ealp, Word *lmflags, Word *lmtflags, int aout) in procenv_user() argument
2423 ld_str_env(s1, lmflags, lmtflags, 0, aout); in procenv_user()
2430 if (ld_flags_env(rpl_ldflags, lmflags, lmtflags, 0, aout) == 1) in procenv_user()
2440 if ((*lmflags & LML_FLG_TRC_ENABLE) || (rtld_flags & RT_FL_NOAUDIT)) in procenv_user()
2442 if ((*lmflags & LML_FLG_TRC_ENABLE) == 0) in procenv_user()
2443 *lmflags &= ~LML_MSK_TRC; in procenv_user()
2455 if ((*lmflags & in procenv_user()
2457 *lmflags |= LML_FLG_TRC_NOPAREXT; in procenv_user()
2469 Word *lmflags = &(lml_main.lm_flags); in readenv_config() local
2484 ld_str_env(s1, lmflags, lmtflags, env_flags, 0); in readenv_config()
2493 if (ld_flags_env(rpl_ldflags, lmflags, lmtflags, 0, aout) == 1) in readenv_config()
2495 if (ld_flags_env(prm_ldflags, lmflags, lmtflags, ENV_TYP_CONFIG, in readenv_config()
2504 if ((*lmflags & LML_FLG_TRC_ENABLE) || (rtld_flags & RT_FL_NOAUDIT)) in readenv_config()
2506 if ((*lmflags & LML_FLG_TRC_ENABLE) == 0) in readenv_config()
2507 *lmflags &= ~LML_MSK_TRC; in readenv_config()