Home | History | Annotate | Download | only in bfd

Lines Matching defs:RELOC_SIZE

264 #define RELOC_SIZE(HTAB) (sizeof (ElfNN_External_Rela))
6031 loc = sreloc->contents + sreloc->reloc_count++ * RELOC_SIZE (globals);
6034 if (sreloc->reloc_count * RELOC_SIZE (globals) > sreloc->size)
7173 * RELOC_SIZE (htab);
7212 * RELOC_SIZE (globals);
7272 * RELOC_SIZE (htab);
7331 * RELOC_SIZE (globals);
7740 srel->size += RELOC_SIZE (htab);
8799 htab->root.srelplt->size += RELOC_SIZE (htab);
8870 htab->root.srelgot->size += RELOC_SIZE (htab);
8906 htab->root.srelplt->size += RELOC_SIZE (htab);
8916 htab->root.srelgot->size += RELOC_SIZE (htab) * 2;
8919 htab->root.srelgot->size += RELOC_SIZE (htab);
9035 sreloc->size += p->count * RELOC_SIZE (htab);
9110 BFD_ASSERT (sreloc->size >= RELOC_SIZE (htab));
9111 sreloc->size -= RELOC_SIZE (htab);
9527 srel->size += p->count * RELOC_SIZE (htab);
9577 htab->root.srelplt->size += RELOC_SIZE (htab);
9583 htab->root.srelgot->size += RELOC_SIZE (htab) * 2;
9587 htab->root.srelgot->size += RELOC_SIZE (htab);
9925 loc = relplt->contents + plt_index * RELOC_SIZE (htab);
10105 loc += htab->root.srelgot->reloc_count++ * RELOC_SIZE (htab);
10132 loc = s->contents + s->reloc_count++ * RELOC_SIZE (htab);