Home
last modified time | relevance | path

Searched refs:nlmco (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c105 analyze_lmc(Lm_list *lml, Aliste nlmco, Rt_map *nlmp, Rt_map *clmp, in analyze_lmc() argument
120 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()
130 if (nlmco != CNTL(nlmp)) in analyze_lmc()
183 if (LM_NEEDED(lmp)(lml, nlmco, lmp, in_nfavl) == 0) { 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()
465 relocate_lmc(Lm_list *lml, Aliste nlmco, Rt_map *clmp, Rt_map *nlmp, in relocate_lmc() argument
482 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
510 if ((nlmco == CNTL(nlmp)) && in relocate_lmc()
521 if (nlmco == ALIST_OFF_DATA) in relocate_lmc()
[all …]
H A Dcap.c654 cap_filtees(Alist **alpp, Aliste oidx, const char *dir, Aliste nlmco, in cap_filtees() argument
689 nlmp = load_path(lml, nlmco, flmp, mode, in cap_filtees()
702 remove_lmc(lml, flmp, nlmco, NAME(nlmp)); in cap_filtees()
732 if (nlmp && ghp && (((nlmp = analyze_lmc(lml, nlmco, nlmp, in cap_filtees()
734 (relocate_lmc(lml, nlmco, flmp, nlmp, in_nfavl) == 0))) in cap_filtees()
768 if (nlmco != ALIST_OFF_DATA) in cap_filtees()
769 remove_lmc(lml, flmp, nlmco, pdp->pd_pname); in cap_filtees()
H A Ddlfcns.c646 Aliste olmco, nlmco; in dlmopen_core() local
761 if ((nlmco = create_cntl(lml, 1)) == NULL) { in dlmopen_core()
765 olmco = nlmco; in dlmopen_core()
767 nlmp = load_one(lml, nlmco, palp, clmp, mode, (flags | FLG_RT_PUBHDL), in dlmopen_core()
792 nlmco = ALIST_OFF_DATA; in dlmopen_core()
798 if (((nlmp = analyze_lmc(lml, nlmco, nlmp, clmp, in_nfavl)) == NULL) || in dlmopen_core()
799 (relocate_lmc(lml, nlmco, clmp, nlmp, in_nfavl) == 0)) { in dlmopen_core()
H A Dutil.c1235 lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc) in lm_move() argument
1248 DBG_CALL(Dbg_file_cntl(lml, nlmco, plmco)); in lm_move()