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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-mips.c2019 bfd_byte *native_relocs;
2034 native_relocs = allocated;
2047 i++, native_relocs += entsize)
2055 (Elf64_Mips_External_Rela *) native_relocs,
2059 (Elf64_Mips_External_Rel *) native_relocs,
2014 bfd_byte *native_relocs; local
H A Delfcode.h1234 bfd_byte *native_relocs;
1249 native_relocs = allocated;
1262 i++, relent++, native_relocs += entsize)
1267 elf_swap_reloca_in (abfd, native_relocs, &rela);
1269 elf_swap_reloc_in (abfd, native_relocs, &rela);
1231 bfd_byte *native_relocs; local
H A Delf64-sparc.c363 bfd_byte *native_relocs;
378 native_relocs = (bfd_byte *) allocated;
388 i++, relent++, native_relocs += entsize)
392 bfd_elf64_swap_reloca_in (abfd, native_relocs, &rela);
361 bfd_byte *native_relocs; local
H A Dcoffcode.h5045 RELOC *native_relocs;
5060 native_relocs = (RELOC *) buy_and_read (abfd, asect->rel_filepos, amt);
5076 src = native_relocs + idx;
5044 RELOC *native_relocs; variable

Completed in 105 milliseconds