Lines Matching defs:RELOC_SIZE
264 #define RELOC_SIZE(HTAB) (sizeof (ElfNN_External_Rela))
6099 loc = sreloc->contents + sreloc->reloc_count++ * RELOC_SIZE (globals);
6102 if (sreloc->reloc_count * RELOC_SIZE (globals) > sreloc->size)
7241 * RELOC_SIZE (htab);
7280 * RELOC_SIZE (globals);
7340 * RELOC_SIZE (htab);
7399 * RELOC_SIZE (globals);
7808 srel->size += RELOC_SIZE (htab);
8867 htab->root.srelplt->size += RELOC_SIZE (htab);
8938 htab->root.srelgot->size += RELOC_SIZE (htab);
8974 htab->root.srelplt->size += RELOC_SIZE (htab);
8984 htab->root.srelgot->size += RELOC_SIZE (htab) * 2;
8987 htab->root.srelgot->size += RELOC_SIZE (htab);
9103 sreloc->size += p->count * RELOC_SIZE (htab);
9178 BFD_ASSERT (sreloc->size >= RELOC_SIZE (htab));
9179 sreloc->size -= RELOC_SIZE (htab);
9595 srel->size += p->count * RELOC_SIZE (htab);
9645 htab->root.srelplt->size += RELOC_SIZE (htab);
9651 htab->root.srelgot->size += RELOC_SIZE (htab) * 2;
9655 htab->root.srelgot->size += RELOC_SIZE (htab);
9993 loc = relplt->contents + plt_index * RELOC_SIZE (htab);
10172 loc += htab->root.srelgot->reloc_count++ * RELOC_SIZE (htab);
10199 loc = s->contents + s->reloc_count++ * RELOC_SIZE (htab);