Home
last modified time | relevance | path

Searched refs:elf_append_rel (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-i386.c3415 elf_append_rel (output_bfd, sreloc, &outrel); in elf_i386_relocate_section()
3578 elf_append_rel (output_bfd, s, &outrel); in elf_i386_relocate_section()
3755 elf_append_rel (output_bfd, sreloc, &outrel); in elf_i386_relocate_section()
3779 elf_append_rel (output_bfd, sreloc, &outrel); in elf_i386_relocate_section()
4073 elf_append_rel (output_bfd, sreloc, &outrel); in elf_i386_relocate_section()
4091 elf_append_rel (output_bfd, sreloc, &outrel); in elf_i386_relocate_section()
4103 elf_append_rel (output_bfd, sreloc, &outrel); in elf_i386_relocate_section()
4297 elf_append_rel (output_bfd, htab->elf.srelgot, &outrel); in elf_i386_relocate_section()
4336 elf_append_rel (output_bfd, sreloc, &outrel); in elf_i386_relocate_section()
4681 elf_append_rel (output_bfd, htab->elf.srelgot, &rel); in elf_i386_finish_dynamic_symbol()
[all …]
Delf-bfd.h2382 extern void elf_append_rel (bfd *, asection *, Elf_Internal_Rela *);
DChangeLog-201222 bfd_elf32_swap_reloc_out with elf_append_rel.
25 * elflink.c (elf_append_rel): Call swap_reloc_out instead of
DChangeLog-201058 (elf_append_rel): Likewise.
107 (elf_append_rel): Likewise.
Delflink.c13048 elf_append_rel (bfd *abfd, asection *s, Elf_Internal_Rela *rel) in elf_append_rel() function