Searched defs:nlmc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c109 Lm_cntl *nlmc; local
120 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
121 if (nlmc->lc_flags & LMC_FLG_ANALYZING)
133 nlmc->lc_flags |= LMC_FLG_ANALYZING;
211 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
212 if (nlmc->lc_flags & LMC_FLG_REANALYZE) {
213 nlmc->lc_flags &= ~LMC_FLG_REANALYZE;
214 lmp = nlmc->lc_head;
219 nlmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, nlmco);
220 nlmc
471 Lm_cntl *plmc, *nlmc; local
[all...]
H A Dutil.c1235 lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc) argument
1254 for (lmp = nlmc->lc_head; lmp; lmp = NEXT_RT_MAP(lmp)) {
1273 plmc->lc_head = nlmc->lc_head;
1274 PREV(nlmc->lc_head) = NULL;
1276 NEXT(plmc->lc_tail) = (Link_map *)nlmc->lc_head;
1277 PREV(nlmc->lc_head) = (Link_map *)plmc->lc_tail;
1280 plmc->lc_tail = nlmc->lc_tail;
1281 nlmc->lc_head = nlmc->lc_tail = NULL;

Completed in 71 milliseconds