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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf64-sparc.c60 bfd_byte *native_relocs; local
75 native_relocs = (bfd_byte *) allocated;
85 i++, relent++, native_relocs += entsize)
90 bfd_elf64_swap_reloca_in (abfd, native_relocs, &rela);
H A Delf64-mips.c2550 bfd_byte *native_relocs;
2565 native_relocs = allocated;
2578 i++, native_relocs += entsize)
2586 (Elf64_Mips_External_Rela *) native_relocs,
2590 (Elf64_Mips_External_Rel *) native_relocs,
2544 bfd_byte *native_relocs; local
H A Delfcode.h1442 bfd_byte *native_relocs;
1457 native_relocs = (bfd_byte *) allocated;
1470 i++, relent++, native_relocs += entsize)
1475 elf_swap_reloca_in (abfd, native_relocs, &rela);
1477 elf_swap_reloc_in (abfd, native_relocs, &rela);
1439 bfd_byte *native_relocs; local
H A Dmach-o.c741 char *native_relocs; local
746 native_relocs = bfd_malloc (native_size);
747 if (native_relocs == NULL)
751 || bfd_bread (native_relocs, native_size, abfd) != native_size)
756 char *buf = native_relocs + BFD_MACH_O_RELENT_SIZE * i;
761 free (native_relocs);
764 free (native_relocs);
H A Dcoffcode.h5103 RELOC *native_relocs;
5119 native_relocs = (RELOC *) buy_and_read (abfd, asect->rel_filepos, amt);
5123 if (reloc_cache == NULL || native_relocs == NULL)
5135 src = native_relocs + idx;
5102 RELOC *native_relocs; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf64-sparc.c60 bfd_byte *native_relocs; local
75 native_relocs = (bfd_byte *) allocated;
85 i++, relent++, native_relocs += entsize)
90 bfd_elf64_swap_reloca_in (abfd, native_relocs, &rela);
H A Delf64-mips.c2548 bfd_byte *native_relocs;
2563 native_relocs = allocated;
2576 i++, native_relocs += entsize)
2584 (Elf64_Mips_External_Rela *) native_relocs,
2588 (Elf64_Mips_External_Rel *) native_relocs,
2542 bfd_byte *native_relocs; local
H A Delfcode.h1429 bfd_byte *native_relocs;
1444 native_relocs = (bfd_byte *) allocated;
1457 i++, relent++, native_relocs += entsize)
1462 elf_swap_reloca_in (abfd, native_relocs, &rela);
1464 elf_swap_reloc_in (abfd, native_relocs, &rela);
1426 bfd_byte *native_relocs; local
H A Dmach-o.c741 char *native_relocs; local
746 native_relocs = bfd_malloc (native_size);
747 if (native_relocs == NULL)
751 || bfd_bread (native_relocs, native_size, abfd) != native_size)
756 char *buf = native_relocs + BFD_MACH_O_RELENT_SIZE * i;
761 free (native_relocs);
764 free (native_relocs);
H A Dcoffcode.h5108 RELOC *native_relocs;
5124 native_relocs = (RELOC *) buy_and_read (abfd, asect->rel_filepos, amt);
5128 if (reloc_cache == NULL || native_relocs == NULL)
5140 src = native_relocs + idx;
5107 RELOC *native_relocs; local

Completed in 301 milliseconds