Lines Matching refs:nlmco
105 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()
532 lret = _relocate_lmc(lml, nlmco, nlmp, &relocated, in_nfavl); in relocate_lmc()
533 if ((lret == 0) && (nlmco != ALIST_OFF_DATA)) in relocate_lmc()
534 remove_lmc(lml, clmp, nlmco, NAME(nlmp)); in relocate_lmc()
541 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
542 if (nlmco == ALIST_OFF_DATA) { in relocate_lmc()
543 plmco = nlmco; in relocate_lmc()
546 plmco = nlmco - lml->lm_lists->al_size; in relocate_lmc()
559 if (lret && (nlmco != ALIST_OFF_DATA) && nlmc->lc_head) in relocate_lmc()
560 lm_move(lml, nlmco, plmco, nlmc, plmc); in relocate_lmc()
618 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()
621 if ((nlmco != ALIST_OFF_DATA) && nlmc->lc_head) in relocate_lmc()
622 lm_move(lml, nlmco, plmco, nlmc, plmc); in relocate_lmc()
634 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in relocate_lmc()