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

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

Completed in 624 milliseconds