Home
last modified time | relevance | path

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

/titanic_44/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.c120 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
211 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
219 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
482 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
541 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
546 plmco = nlmco - lml->lm_lists->al_size; in relocate_lmc()
548 plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco); in relocate_lmc()
618 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
620 plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco); in relocate_lmc()
634 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
[all …]
H A Dsetup.c330 if (alist_append(&lml_main.lm_lists, NULL, sizeof (Lm_cntl), in setup()
337 if (alist_append(&lml_rtld.lm_lists, NULL, sizeof (Lm_cntl), in setup()
H A Dobject.c345 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp)); in elf_obj_fini()
H A Dutil.c1070 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in lm_append()
1201 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(lmp)); in lm_delete()
1217 if (lmc == (Lm_cntl *)&lml->lm_lists->al_data) { in lm_delete()
1324 if ((lmc = alist_append(&lml->lm_lists, NULL, sizeof (Lm_cntl), in create_cntl()
1328 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()
2310 for (ALIST_TRAVERSE(lml->lm_lists, idx2, lmc)) { in dl_iterate_phdr()
H A Delf.c2716 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h296 Alist *lm_lists; /* active and pending link-map lists */ member
324 Elf32_Addr lm_lists; member
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c610 for (ALIST_TRAVERSE_BY_OFFSET(lml->lm_lists, off, lmc)) { in Dbg_file_cntl()
/titanic_44/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()