Lines Matching defs:relas
12459 Elf_Internal_Rela **relas; /* The relocations associated with this fag.
12463 in relas. */
12464 int relas_capcity; /* The buffer size of relas.
12494 they are chained by relas array. */
12513 Insert `rel' into relocation list, relas. */
12515 /* Check whether relas is big enough. */
12519 iter->relas = bfd_realloc
12520 (iter->relas, iter->relas_capcity * sizeof (void *));
12522 iter->relas[iter->count++] = rel;
12533 new_fag->relas = (Elf_Internal_Rela **)
12535 new_fag->relas[0] = rel;
12551 free (tmp->relas);
12552 tmp->relas = NULL;
12657 fag_rel = ifag->relas[i];
12688 fag_rel = ifag->relas[i];
12806 dist = best_fag->relas[0] - begin_rel;