Searched refs:native_relocs (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-sparc.c | 59 bfd_byte *native_relocs; in elf64_sparc_slurp_one_reloc_table() local 74 native_relocs = (bfd_byte *) allocated; in elf64_sparc_slurp_one_reloc_table() 84 i++, relent++, native_relocs += entsize) in elf64_sparc_slurp_one_reloc_table() 89 bfd_elf64_swap_reloca_in (abfd, native_relocs, &rela); in elf64_sparc_slurp_one_reloc_table()
|
D | elfcode.h | 1393 bfd_byte *native_relocs; in elf_slurp_reloc_table_from_section() local 1408 native_relocs = (bfd_byte *) allocated; in elf_slurp_reloc_table_from_section() 1421 i++, relent++, native_relocs += entsize) in elf_slurp_reloc_table_from_section() 1426 elf_swap_reloca_in (abfd, native_relocs, &rela); in elf_slurp_reloc_table_from_section() 1428 elf_swap_reloc_in (abfd, native_relocs, &rela); in elf_slurp_reloc_table_from_section()
|
D | elf64-mips.c | 3745 bfd_byte *native_relocs; in mips_elf64_slurp_one_reloc_table() local 3760 native_relocs = allocated; in mips_elf64_slurp_one_reloc_table() 3773 i++, native_relocs += entsize) in mips_elf64_slurp_one_reloc_table() 3781 (Elf64_Mips_External_Rela *) native_relocs, in mips_elf64_slurp_one_reloc_table() 3785 (Elf64_Mips_External_Rel *) native_relocs, in mips_elf64_slurp_one_reloc_table()
|
D | mach-o.c | 1477 struct mach_o_reloc_info_external *native_relocs; in bfd_mach_o_canonicalize_relocs() local 1487 native_relocs = in bfd_mach_o_canonicalize_relocs() 1489 if (native_relocs == NULL) in bfd_mach_o_canonicalize_relocs() 1493 || bfd_bread (native_relocs, native_size, abfd) != native_size) in bfd_mach_o_canonicalize_relocs() 1498 if (!(*bed->_bfd_mach_o_canonicalize_one_reloc)(abfd, &native_relocs[i], in bfd_mach_o_canonicalize_relocs() 1502 free (native_relocs); in bfd_mach_o_canonicalize_relocs() 1505 free (native_relocs); in bfd_mach_o_canonicalize_relocs()
|
D | coffcode.h | 5249 RELOC *native_relocs; in coff_slurp_reloc_table() local 5265 native_relocs = (RELOC *) buy_and_read (abfd, asect->rel_filepos, amt); in coff_slurp_reloc_table() 5269 if (reloc_cache == NULL || native_relocs == NULL) in coff_slurp_reloc_table() 5281 src = native_relocs + idx; in coff_slurp_reloc_table()
|
D | ChangeLog-2005 | 2027 * coffcode.h (coff_slurp_reloc_table): Don't crash if native_relocs
|