Searched refs:native_relocs (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-sparc.c59 bfd_byte *native_relocs; local
74 native_relocs = (bfd_byte *) allocated;
84 i++, relent++, native_relocs += entsize)
89 bfd_elf64_swap_reloca_in (abfd, native_relocs, &rela);
H A Delf64-mips.c2423 bfd_byte *native_relocs;
2438 native_relocs = allocated;
2451 i++, native_relocs += entsize)
2459 (Elf64_Mips_External_Rela *) native_relocs,
2463 (Elf64_Mips_External_Rel *) native_relocs,
2418 bfd_byte *native_relocs; local
H A Delfcode.h1361 bfd_byte *native_relocs;
1376 native_relocs = allocated;
1389 i++, relent++, native_relocs += entsize)
1394 elf_swap_reloca_in (abfd, native_relocs, &rela);
1396 elf_swap_reloc_in (abfd, native_relocs, &rela);
1358 bfd_byte *native_relocs; local
H A Dcoffcode.h4840 RELOC *native_relocs;
4856 native_relocs = (RELOC *) buy_and_read (abfd, asect->rel_filepos, amt);
4860 if (reloc_cache == NULL || native_relocs == NULL)
4872 src = native_relocs + idx;
4839 RELOC *native_relocs; local

Completed in 167 milliseconds