Home
last modified time | relevance | path

Searched refs:lm_tail (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h286 Rt_map *lm_tail; /* link-map list */ member
316 Elf32_Addr lm_tail; member
/titanic_50/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c109 llmp = lml->lm_tail; in aout_bndr()
H A Dsparc_elf.c419 llmp = lml->lm_tail; in elf_bndr()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dobject.c370 lml->lm_tail = tlmp; in elf_obj_fini()
H A Ddlfcns.c1430 llmp = LIST(clmp)->lm_tail; in dlsym_intn()
1435 llmp = LIST(ghp->gh_ownlmp)->lm_tail; in dlsym_intn()
1439 LIST(gdp->gd_depend)->lm_tail) != NULL) in dlsym_intn()
H A Dutil.c1166 lml->lm_tail = lmc->lc_tail; in lm_append()
1219 lml->lm_tail = lmc->lc_tail; in lm_delete()
1289 lml->lm_tail = plmc->lc_tail; in lm_move()
/titanic_50/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c268 llmp = lml->lm_tail; in elf_bndr()
/titanic_50/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c247 llmp = lml->lm_tail; in elf_bndr()
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c560 llmp = lml->lm_tail; in elf_bndr()
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c918 mdb_printf(MSG_ORIG(MSG_LMLIST_LINE1), lml.lm_head, lml.lm_tail); in _dcmd_Lm_list()