Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h288 Rt_map *lm_tail; /* link-map list */ member
318 Elf32_Addr lm_tail; member
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c368 lml->lm_tail = tlmp; in elf_obj_fini()
H A Ddlfcns.c1431 llmp = LIST(clmp)->lm_tail; in dlsym_intn()
1436 llmp = LIST(ghp->gh_ownlmp)->lm_tail; in dlsym_intn()
1440 LIST(gdp->gd_depend)->lm_tail) != NULL) in dlsym_intn()
H A Dutil.c1169 lml->lm_tail = lmc->lc_tail; in lm_append()
1222 lml->lm_tail = lmc->lc_tail; in lm_delete()
1292 lml->lm_tail = plmc->lc_tail; in lm_move()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c268 llmp = lml->lm_tail; in elf_bndr()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c247 llmp = lml->lm_tail; in elf_bndr()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c419 llmp = lml->lm_tail; in elf_bndr()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c560 llmp = lml->lm_tail; in elf_bndr()
/illumos-gate/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()