Home
last modified time | relevance | path

Searched refs:Lm_cntl (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c490 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 Danalyze.c108 Lm_cntl *nlmc; in analyze_lmc()
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()
470 Lm_cntl *plmc, *nlmc; in relocate_lmc()
787 Lm_cntl *lmc; in is_so_loaded()
953 Lm_cntl *lmc; in update_mode()
956 lmc = (Lm_cntl *)alist_item_by_offset(LIST(lmp)->lm_lists, in update_mode()
1028 Lm_cntl *lmc; in is_devinode_loaded()
3088 Lm_cntl *lmc; in _lookup_sym()
[all …]
H A Dobject.c240 Lm_cntl *lmc; in elf_obj_fini()
343 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp)); in elf_obj_fini()
H A Dutil.c1052 Lm_cntl *lmc; in lm_append()
1073 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco); in lm_append()
1179 Lm_cntl *lmc; in lm_delete()
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()
1238 lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc) in lm_move()
1325 Lm_cntl *lmc; in create_cntl()
1327 if ((lmc = alist_append(&lml->lm_lists, NULL, sizeof (Lm_cntl), in create_cntl()
H A D_rtld.h723 extern void lm_move(Lm_list *, Aliste, Aliste, Lm_cntl *,
724 Lm_cntl *);
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 Ddlfcns.c70 Lm_cntl *lmc; in _caller()
2296 Lm_cntl *lmc; in dl_iterate_phdr()
H A Delf.c2670 Lm_cntl *lmc;
2693 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c817 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 Drtld.msg330 @ MSG_LMC_LINE1 "Lm_cntl: 0x%p\n"
366 \t Lm_cntl: 0xff3f0b0c\n\
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h276 } Lm_cntl; typedef
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c585 Lm_cntl *lmc; in Dbg_file_cntl()