Searched refs:elf_append_rel (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i386.c | 3415 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 …]
|
D | elf-bfd.h | 2382 extern void elf_append_rel (bfd *, asection *, Elf_Internal_Rela *);
|
D | ChangeLog-2012 | 22 bfd_elf32_swap_reloc_out with elf_append_rel. 25 * elflink.c (elf_append_rel): Call swap_reloc_out instead of
|
D | ChangeLog-2010 | 58 (elf_append_rel): Likewise. 107 (elf_append_rel): Likewise.
|
D | elflink.c | 13048 elf_append_rel (bfd *abfd, asection *s, Elf_Internal_Rela *rel) in elf_append_rel() function
|