Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c176 if (lml->lm_lists) in remove_lml()
177 free(lml->lm_lists); in remove_lml()
492 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in remove_cntl()
499 alist_delete_by_offset(lml->lm_lists, &_lmco); in remove_cntl()
514 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in remove_incomplete()
863 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in remove_lmc()
983 plmco = lmco - lml->lm_lists->al_size; in remove_lmc()
985 plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco); in remove_lmc()
H A Danalyze.c119 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
210 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
218 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
481 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
540 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
545 plmco = nlmco - lml->lm_lists->al_size; in relocate_lmc()
547 plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco); in relocate_lmc()
617 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
619 plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco); in relocate_lmc()
633 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
[all …]
H A Dsetup.c328 if (alist_append(&lml_main.lm_lists, NULL, sizeof (Lm_cntl), in setup()
335 if (alist_append(&lml_rtld.lm_lists, NULL, sizeof (Lm_cntl), in setup()
H A Dobject.c343 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp)); in elf_obj_fini()
H A Dutil.c1073 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in lm_append()
1204 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(lmp)); in lm_delete()
1220 if (lmc == (Lm_cntl *)&lml->lm_lists->al_data) { in lm_delete()
1327 if ((lmc = alist_append(&lml->lm_lists, NULL, sizeof (Lm_cntl), in create_cntl()
1331 return ((Aliste)((char *)lmc - (char *)lml->lm_lists)); in create_cntl()
H A Ddlfcns.c72 for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) { in _caller()
2311 for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) { in dl_iterate_phdr()
H A Delf.c2693 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h298 Alist *lm_lists; /* active and pending link-map lists */ member
326 Elf32_Addr lm_lists; member
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c597 for (ALIST_TRAVERSE_BY_OFFSET(lml->lm_lists, off, lmc)) { in Dbg_file_cntl()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c815 if (lml.lm_lists) { in _dcmd_Lm_list()
820 addr = (uintptr_t)lml.lm_lists; in _dcmd_Lm_list()