Lines Matching defs:rel_alpp
2748 * rel_alpp - APlist to receive pointer to any relocation
2758 * On success, rel_alpp and sym_alpp are updated, and
2766 APlist **rel_alpp, APlist **sym_alpp, Rel_cache *rcp)
2806 (aplist_append(rel_alpp, rsp, AL_CNT_STRMRGREL) == NULL))
2820 * rel_alpp, sym_alpp, - Address of 2 APlists, to be used
2832 * The contents of rel_alpp and sym_alpp on exit are
2837 ld_make_strmerge(Ofl_desc *ofl, Os_desc *osp, APlist **rel_alpp,
2912 aplist_reset(*rel_alpp);
2927 if (strmerge_pass1(ofl, osp, mstrtab, rel_alpp, sym_alpp,
2930 if (strmerge_pass1(ofl, osp, mstrtab, rel_alpp, sym_alpp,
2968 for (APLIST_TRAVERSE(*rel_alpp, idx, rsp)) {
3189 * rel_alpp and sym_alpp are used by ld_make_strmerge()
3197 APlist *rel_alpp = NULL;
3208 &rel_alpp, &sym_alpp) ==
3214 if (rel_alpp != NULL)
3215 libld_free(rel_alpp);