Home
last modified time | relevance | path

Searched refs:Elf32_External_Rel (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-i386.c1700 htab->srelgot->size += sizeof (Elf32_External_Rel); in allocate_dynrelocs()
1950 srel->size += sizeof (Elf32_External_Rel); in elf_i386_size_dynamic_sections()
2920 * sizeof (Elf32_External_Rel)); in elf_i386_relocate_section()
2921 BFD_ASSERT (loc + sizeof (Elf32_External_Rel) in elf_i386_relocate_section()
2988 loc += sizeof (Elf32_External_Rel); in elf_i386_relocate_section()
3002 loc += sizeof (Elf32_External_Rel); in elf_i386_relocate_section()
3426 * sizeof (Elf32_External_Rel)); in elf_i386_finish_dynamic_symbol()
3441 loc + sizeof (Elf32_External_Rel)); in elf_i386_finish_dynamic_symbol()
3709 sizeof (Elf32_External_Rel)); in elf_i386_finish_dynamic_sections()
3736 p += sizeof (Elf32_External_Rel); in elf_i386_finish_dynamic_sections()
[all …]
H A Delf32-score.c1287 (sreloc->contents + sreloc->reloc_count * sizeof (Elf32_External_Rel))); in score_elf_create_dynamic_relocation()
3422 qsort ((Elf32_External_Rel *) s->contents + 1, s->reloc_count - 1, in _bfd_score_elf_finish_dynamic_sections()
3423 sizeof (Elf32_External_Rel), score_elf_sort_dynamic_relocs); in _bfd_score_elf_finish_dynamic_sections()
H A Delfxx-mips.c2223 + sreloc->reloc_count * sizeof (Elf32_External_Rel))); in mips_elf_output_dynamic_relocation()
4923 (sreloc->contents + sreloc->reloc_count * sizeof (Elf32_External_Rel))); in mips_elf_create_dynamic_relocation()
8996 : sizeof (Elf32_External_Rel))); in _bfd_mips_elf_finish_dynamic_sections()
9067 qsort ((Elf32_External_Rel *) s->contents + 1, in _bfd_mips_elf_finish_dynamic_sections()
9068 s->reloc_count - 1, sizeof (Elf32_External_Rel), in _bfd_mips_elf_finish_dynamic_sections()
H A Delf32-arm.c42 ? sizeof (Elf32_External_Rel) \
10162 sizeof (Elf32_External_Rel),
/freebsd-12.1/contrib/binutils/include/elf/
H A Dexternal.h163 } Elf32_External_Rel; typedef
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c773 Elf32_External_Rel *erels; in slurp_rel_relocs()
779 nrels = rel_size / sizeof (Elf32_External_Rel); in slurp_rel_relocs()