Searched refs:plmc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 470 Lm_cntl *plmc, *nlmc; in relocate_lmc() local 543 plmc = nlmc; in relocate_lmc() 547 plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco); in relocate_lmc() 559 lm_move(lml, nlmco, plmco, nlmc, plmc); in relocate_lmc() 570 while ((alp = plmc->lc_now) != NULL) { in relocate_lmc() 579 plmc->lc_now = NULL; in relocate_lmc() 619 plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco); in relocate_lmc() 621 lm_move(lml, nlmco, plmco, nlmc, plmc); in relocate_lmc()
|
H A D | util.c | 1238 lm_move(Lm_list *lml, Aliste nlmco, Aliste plmco, Lm_cntl *nlmc, Lm_cntl *plmc) in lm_move() argument 1275 if (plmc->lc_head == NULL) { in lm_move() 1276 plmc->lc_head = nlmc->lc_head; in lm_move() 1279 NEXT(plmc->lc_tail) = (Link_map *)nlmc->lc_head; in lm_move() 1280 PREV(nlmc->lc_head) = (Link_map *)plmc->lc_tail; in lm_move() 1283 plmc->lc_tail = nlmc->lc_tail; in lm_move() 1291 lml->lm_head = plmc->lc_head; in lm_move() 1292 lml->lm_tail = plmc->lc_tail; in lm_move()
|
H A D | remove.c | 980 Lm_cntl *plmc; in remove_lmc() local 985 plmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, plmco); in remove_lmc() 987 lm_move(lml, lmco, plmco, lmc, plmc); in remove_lmc()
|