Lines Matching defs:rcp
468 * rcp - Relocation cache to allocate the descriptor from.
475 ld_add_rel_cache(Ofl_desc *ofl, Rel_cache *rcp)
484 alloc_cnt = aplist_nitems(rcp->rc_list);
485 if (rcp->rc_list &&
486 ((rcbp = rcp->rc_list->apl_data[alloc_cnt - 1]) != NULL) &&
513 if (((rcp == &ofl->ofl_actrels) && !is_rel) ||
514 ((rcp == &ofl->ofl_outrels) && is_rel))
526 (aplist_append(&rcp->rc_list, rcbp, AL_CNT_OFL_RELS) == NULL))
595 * rcp - Relocation descriptor cache to recieve relocation
604 ld_reloc_enter(Ofl_desc *ofl, Rel_cache *rcp, Rel_desc *rdesc, Word flags)
615 rcbp = ld_add_rel_cache(ofl, rcp);
645 rcp->rc_cnt++;