Home
last modified time | relevance | path

Searched refs:nlmc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c108 Lm_cntl *nlmc; in analyze_lmc() local
120 if (nlmc->lc_flags & LMC_FLG_ANALYZING) in analyze_lmc()
132 nlmc->lc_flags |= LMC_FLG_ANALYZING; in analyze_lmc()
212 nlmc->lc_flags &= ~LMC_FLG_REANALYZE; in analyze_lmc()
213 lmp = nlmc->lc_head; in analyze_lmc()
219 nlmc->lc_flags &= ~LMC_FLG_ANALYZING; in analyze_lmc()
470 Lm_cntl *plmc, *nlmc; in relocate_lmc() local
483 if (nlmc->lc_flags & LMC_FLG_RELOCATING) in relocate_lmc()
486 nlmc->lc_flags |= LMC_FLG_RELOCATING; in relocate_lmc()
543 plmc = nlmc; in relocate_lmc()
[all …]
H A Dutil.c1237 lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc) in lm_move() argument
1256 for (lmp = nlmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) { in lm_move()
1275 plmc->lc_head = nlmc->lc_head; in lm_move()
1276 PREV(nlmc->lc_head) = NULL; in lm_move()
1278 NEXT(plmc->lc_tail) = (Link_map *)nlmc->lc_head; in lm_move()
1279 PREV(nlmc->lc_head) = (Link_map *)plmc->lc_tail; in lm_move()
1282 plmc->lc_tail = nlmc->lc_tail; in lm_move()
1283 nlmc->lc_head = nlmc->lc_tail = NULL; in lm_move()