Searched refs:Lm_cntl (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 490 Lm_cntl *lmc; in remove_cntl() 492 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in remove_cntl() 511 Lm_cntl *lmc; in remove_incomplete() 514 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in remove_incomplete() 855 Lm_cntl *lmc; in remove_lmc() 863 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in remove_lmc() 980 Lm_cntl *plmc; in remove_lmc() 985 plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco); in remove_lmc()
|
H A D | analyze.c | 109 Lm_cntl *nlmc; in analyze_lmc() 120 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() 471 Lm_cntl *plmc, *nlmc; in relocate_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() 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() [all …]
|
H A D | object.c | 242 Lm_cntl *lmc; in elf_obj_fini() 345 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp)); in elf_obj_fini()
|
H A D | util.c | 1049 Lm_cntl *lmc; in lm_append() 1070 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in lm_append() 1176 Lm_cntl *lmc; in lm_delete() 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() 1235 lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc) in lm_move() 1322 Lm_cntl *lmc; in create_cntl() 1324 if ((lmc = alist_append(&lml->lm_lists, NULL, sizeof (Lm_cntl), in create_cntl()
|
H A D | _rtld.h | 730 extern void lm_move(Lm_list *, Aliste, Aliste, Lm_cntl *, 731 Lm_cntl *);
|
H A D | setup.c | 330 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 D | dlfcns.c | 70 Lm_cntl *lmc; in _caller() 2295 Lm_cntl *lmc; in dl_iterate_phdr()
|
H A D | elf.c | 2693 Lm_cntl *lmc; 2716 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 817 Lm_cntl lmc; in _dcmd_Lm_list() 837 if (mdb_vread(&lmc, sizeof (Lm_cntl), in _dcmd_Lm_list() 880 if (mdb_vread(&lmc, sizeof (Lm_cntl), in _dcmd_Lm_list()
|
H A D | rtld.msg | 330 @ MSG_LMC_LINE1 "Lm_cntl: 0x%p\n" 366 \t Lm_cntl: 0xff3f0b0c\n\
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 274 } Lm_cntl; typedef
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 598 Lm_cntl *lmc; in Dbg_file_cntl()
|