Searched refs:nlmco (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 104 analyze_lmc(Lm_list *lml, Aliste nlmco, Rt_map *nlmp, Rt_map *clmp, in analyze_lmc() argument 119 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc() 129 if (nlmco != CNTL(nlmp)) in analyze_lmc() 182 if (LM_NEEDED(lmp)(lml, nlmco, lmp, in_nfavl) == 0) { 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() 464 relocate_lmc(Lm_list *lml, Aliste nlmco, Rt_map *clmp, Rt_map *nlmp, in relocate_lmc() argument 481 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc() 509 if ((nlmco == CNTL(nlmp)) && in relocate_lmc() 520 if (nlmco == ALIST_OFF_DATA) in relocate_lmc() [all …]
|
H A D | cap.c | 695 cap_filtees(Alist **alpp, Aliste oidx, const char *dir, Aliste nlmco, in cap_filtees() argument 730 nlmp = load_path(lml, nlmco, flmp, mode, in cap_filtees() 743 remove_lmc(lml, flmp, nlmco, NAME(nlmp)); in cap_filtees() 773 if (nlmp && ghp && (((nlmp = analyze_lmc(lml, nlmco, nlmp, in cap_filtees() 775 (relocate_lmc(lml, nlmco, flmp, nlmp, in_nfavl) == 0))) in cap_filtees() 809 if (nlmco != ALIST_OFF_DATA) in cap_filtees() 810 remove_lmc(lml, flmp, nlmco, pdp->pd_pname); in cap_filtees()
|
H A D | dlfcns.c | 647 Aliste olmco, nlmco; in dlmopen_core() local 762 if ((nlmco = create_cntl(lml, 1)) == 0) { in dlmopen_core() 766 olmco = nlmco; in dlmopen_core() 768 nlmp = load_one(lml, nlmco, palp, clmp, mode, (flags | FLG_RT_PUBHDL), in dlmopen_core() 793 nlmco = ALIST_OFF_DATA; in dlmopen_core() 799 if (((nlmp = analyze_lmc(lml, nlmco, nlmp, clmp, in_nfavl)) == NULL) || in dlmopen_core() 800 (relocate_lmc(lml, nlmco, clmp, nlmp, in_nfavl) == 0)) { in dlmopen_core()
|
H A D | util.c | 1238 lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc) in lm_move() argument 1251 DBG_CALL(Dbg_file_cntl(lml, nlmco, plmco)); in lm_move()
|