Home
last modified time | relevance | path

Searched refs:lml_main (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c96 Word lmflags = lml_main.lm_flags; in preload()
99 DBG_CALL(Dbg_util_nl(&lml_main, DBG_NL_STD)); in preload()
117 DBG_CALL(Dbg_file_preload(&lml_main, ptr)); in preload()
139 nlmp = load_one(&lml_main, ALIST_OFF_DATA, palp, *clmp, in preload()
185 lml_main.lm_flags |= LML_FLG_INTRPOSE; in preload()
330 if (alist_append(&lml_main.lm_lists, NULL, sizeof (Lm_cntl), in setup()
333 lml_main.lm_flags |= LML_FLG_BASELM; in setup()
334 lml_main.lm_lmid = LM_ID_BASE; in setup()
335 lml_main.lm_lmidstr = (char *)MSG_ORIG(MSG_LMID_BASE); in setup()
371 if (rtld_getopt(argv, &envp, &auxv, &(lml_main.lm_flags), in setup()
[all …]
H A Dtls.c290 DBG_CALL(Dbg_tls_static_block(&lml_main, 0, 0, in tls_statmod()
331 DBG_CALL(Dbg_tls_static_block(&lml_main, (void *)tlsmodlist, in tls_statmod()
H A Dglobals.c47 Lm_list lml_main = { 0 }; /* the `main's link map list */ variable
H A Dutil.c868 lml = &lml_main; in atexit_fini()
920 lml = &lml_main; in atexit_fini()
968 leave(&lml_main, 0); in atexit_fini()
1003 if (nlmp && nlml->lm_init && ((nlml != &lml_main) || in load_completion()
1014 if (nlmp && (nlml != &lml_main)) { in load_completion()
1025 if (nlmp && nlml->lm_tls && ((nlml != &lml_main) || in load_completion()
2469 Word *lmflags = &(lml_main.lm_flags); in readenv_config()
2470 Word *lmtflags = &(lml_main.lm_tflags); in readenv_config()
H A Dmapfile-vers82 lml_main;
H A Ddlfcns.c89 return ((Rt_map *)lml_main.lm_head); in _caller()
901 lml = &lml_main; in dlmopen_intn()
1676 if ((lmp = is_so_loaded(&lml_main, ipath, NULL)) == NULL) { in dldump_core()
1729 lmp = lml_main.lm_head; in dldump()
H A Delf.c295 Rt_map *lmp = lml_main.lm_head; in elf_verify()
297 if ((lml_main.lm_flags & LML_FLG_TRC_LDDSTUB) && lmp && in elf_verify()
487 Rt_map *lmp = lml_main.lm_head; in elf_entry_point()
2068 if (lml_main.lm_head == NULL)
2272 if (lml_main.lm_head) {
H A Dobject.c279 if ((lml_main.lm_flags & LML_FLG_TRC_LDDSTUB) && lmp && in elf_obj_fini()
H A Dcache_a.out.c121 eprintf(&lml_main, ERR_WARNING, MSG_INTL(MSG_GEN_OLDREV),
H A Danalyze.c1380 (rtld_flags & RT_FL_OBJALT) && (lml == &lml_main)) { in find_path()
1516 (lml == &lml_main)) { in find_file()
/titanic_41/usr/src/cmd/sgs/librtld/common/
H A Dmapfile-vers56 lml_main { TYPE = DATA; FLAGS = PARENT };
H A Ddldump.c167 if (lmp == lml_main.lm_head) { in rt_dldump()
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c240 rtldexit(&lml_main, 1); in _setup()
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c232 rtldexit(&lml_main, 1); in _setup()
/titanic_41/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c240 rtldexit(&lml_main, 1); in _setup()
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c249 rtldexit(&lml_main, 1);
H A Dsparc_a.out.c86 for (lmp = lml_main.lm_head; lmp; lmp = NEXT_RT_MAP(lmp)) { in aout_bndr()
/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h1147 extern Lm_list lml_main; /* main's link map list */
/titanic_41/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in216 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|lml_main