Symbol: Lm_cntl
usr/src/cmd/sgs/liblddbg/common/files.c
585
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/_rtld.h
723
extern void lm_move(Lm_list *, Aliste, Aliste, Lm_cntl *,
usr/src/cmd/sgs/rtld/common/_rtld.h
724
Lm_cntl *);
usr/src/cmd/sgs/rtld/common/analyze.c
1028
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/analyze.c
108
Lm_cntl *nlmc;
usr/src/cmd/sgs/rtld/common/analyze.c
119
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
210
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
218
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
3088
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/analyze.c
3137
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/analyze.c
470
Lm_cntl *plmc, *nlmc;
usr/src/cmd/sgs/rtld/common/analyze.c
481
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
540
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
547
plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco);
usr/src/cmd/sgs/rtld/common/analyze.c
617
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
619
plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco);
usr/src/cmd/sgs/rtld/common/analyze.c
633
nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
usr/src/cmd/sgs/rtld/common/analyze.c
787
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/analyze.c
953
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/analyze.c
956
lmc = (Lm_cntl *)alist_item_by_offset(LIST(lmp)->lm_lists,
usr/src/cmd/sgs/rtld/common/dlfcns.c
2296
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/dlfcns.c
70
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/elf.c
2670
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/elf.c
2693
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
usr/src/cmd/sgs/rtld/common/object.c
240
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/object.c
343
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp));
usr/src/cmd/sgs/rtld/common/remove.c
490
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/remove.c
492
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
usr/src/cmd/sgs/rtld/common/remove.c
511
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/remove.c
514
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
usr/src/cmd/sgs/rtld/common/remove.c
855
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/remove.c
863
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
usr/src/cmd/sgs/rtld/common/remove.c
980
Lm_cntl *plmc;
usr/src/cmd/sgs/rtld/common/remove.c
985
plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco);
usr/src/cmd/sgs/rtld/common/setup.c
328
if (alist_append(&lml_main.lm_lists, NULL, sizeof (Lm_cntl),
usr/src/cmd/sgs/rtld/common/setup.c
335
if (alist_append(&lml_rtld.lm_lists, NULL, sizeof (Lm_cntl),
usr/src/cmd/sgs/rtld/common/util.c
1052
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/util.c
1073
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, lmco);
usr/src/cmd/sgs/rtld/common/util.c
1179
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/util.c
1204
lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(lmp));
usr/src/cmd/sgs/rtld/common/util.c
1220
if (lmc == (Lm_cntl *)&lml->lm_lists->al_data) {
usr/src/cmd/sgs/rtld/common/util.c
1238
lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc)
usr/src/cmd/sgs/rtld/common/util.c
1325
Lm_cntl *lmc;
usr/src/cmd/sgs/rtld/common/util.c
1327
if ((lmc = alist_append(&lml->lm_lists, NULL, sizeof (Lm_cntl),
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
817
Lm_cntl lmc;
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
837
if (mdb_vread(&lmc, sizeof (Lm_cntl),
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
880
if (mdb_vread(&lmc, sizeof (Lm_cntl),