Home | History | Annotate | Download | only in bfd

Lines Matching full:reloc_size

253 #define RELOC_SIZE(HTAB) (sizeof (ElfNN_External_Rela))
5213 loc = sreloc->contents + sreloc->reloc_count++ * RELOC_SIZE (globals);
5216 if (sreloc->reloc_count * RELOC_SIZE (globals) > sreloc->size)
6208 * RELOC_SIZE (htab);
6247 * RELOC_SIZE (globals);
6307 * RELOC_SIZE (htab);
6366 * RELOC_SIZE (globals);
6892 htab->srelbss->size += RELOC_SIZE (htab);
7987 htab->root.srelplt->size += RELOC_SIZE (htab);
8048 htab->root.srelgot->size += RELOC_SIZE (htab);
8084 htab->root.srelplt->size += RELOC_SIZE (htab);
8094 htab->root.srelgot->size += RELOC_SIZE (htab) * 2;
8097 htab->root.srelgot->size += RELOC_SIZE (htab);
8194 sreloc->size += p->count * RELOC_SIZE (htab);
8369 srel->size += p->count * RELOC_SIZE (htab);
8419 htab->root.srelplt->size += RELOC_SIZE (htab);
8425 htab->root.srelgot->size += RELOC_SIZE (htab) * 2;
8429 htab->root.srelgot->size += RELOC_SIZE (htab);
8592 || !add_dynamic_entry (DT_RELAENT, RELOC_SIZE (htab)))
8731 loc = relplt->contents + plt_index * RELOC_SIZE (htab);
8905 loc += htab->root.srelgot->reloc_count++ * RELOC_SIZE (htab);
8928 loc += htab->srelbss->reloc_count++ * RELOC_SIZE (htab);