Searched refs:nlmc (Results 1 – 2 of 2) sorted by relevance
109 Lm_cntl *nlmc; in analyze_lmc() local120 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()121 if (nlmc->lc_flags & LMC_FLG_ANALYZING) in analyze_lmc()133 nlmc->lc_flags |= LMC_FLG_ANALYZING; in analyze_lmc()211 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()212 if (nlmc->lc_flags & LMC_FLG_REANALYZE) { in analyze_lmc()213 nlmc->lc_flags &= ~LMC_FLG_REANALYZE; in analyze_lmc()214 lmp = nlmc->lc_head; in analyze_lmc()219 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco); in analyze_lmc()220 nlmc->lc_flags &= ~LMC_FLG_ANALYZING; in analyze_lmc()[all …]
1235 lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc) in lm_move() argument1254 for (lmp = nlmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) { in lm_move()1273 plmc->lc_head = nlmc->lc_head; in lm_move()1274 PREV(nlmc->lc_head) = NULL; in lm_move()1276 NEXT(plmc->lc_tail) = (Link_map *)nlmc->lc_head; in lm_move()1277 PREV(nlmc->lc_head) = (Link_map *)plmc->lc_tail; in lm_move()1280 plmc->lc_tail = nlmc->lc_tail; in lm_move()1281 nlmc->lc_head = nlmc->lc_tail = NULL; in lm_move()