Searched defs:lmtflags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1757 Word lmtflags = lml->lm_tflags; local
1795 ((lmtflags & LML_TFLG_NOLAZYLD) == 0))
H A Dutil.c1450 Word *lmtflags, uint_t env_flags, int aout)
1972 *lmtflags |= val;
1974 *lmtflags &= ~val;
2027 *lmtflags |= LML_TFLG_LOADFLTR;
2031 *lmtflags &= ~LML_TFLG_LOADFLTR;
2122 ld_flags_env(const char *str, Word *lmflags, Word *lmtflags, argument
2198 lmtflags, (env_flags | flags), aout);
2217 Word *lmtflags, int aout)
2253 if (ld_flags_env(str, lmflags, lmtflags,
2277 ld_str_env(const char *s1, Word *lmflags, Word *lmtflags, uint_ argument
1449 ld_generic_env(const char *s1, size_t len, const char *s2, Word *lmflags, Word *lmtflags, uint_t env_flags, int aout) argument
2216 rtld_getopt(char **argv, char ***envp, auxv_t **auxv, Word *lmflags, Word *lmtflags, int aout) argument
2417 procenv_user(APlist *ealp, Word *lmflags, Word *lmtflags, int aout) argument
2470 Word *lmtflags = &(lml_main.lm_tflags); local
[all...]

Completed in 63 milliseconds