Searched refs:lm_lists (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 176 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 D | analyze.c | 119 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 D | setup.c | 328 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 D | object.c | 343 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp)); in elf_obj_fini()
|
H A D | util.c | 1073 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 D | dlfcns.c | 72 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 D | elf.c | 2693 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 298 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 D | files.c | 597 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 D | rtld.c | 815 if (lml.lm_lists) { in _dcmd_Lm_list() 820 addr = (uintptr_t)lml.lm_lists; in _dcmd_Lm_list()
|