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

/macosx-10.10/cxxfilt-11/cxxfilt/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.c2377 bfd_byte *native_relocs;
2392 native_relocs = allocated;
2405 i++, native_relocs += entsize)
2413 (Elf64_Mips_External_Rela *) native_relocs,
2417 (Elf64_Mips_External_Rel *) native_relocs,
2372 bfd_byte *native_relocs; local
H A Delfcode.h1319 bfd_byte *native_relocs;
1334 native_relocs = allocated;
1347 i++, relent++, native_relocs += entsize)
1352 elf_swap_reloca_in (abfd, native_relocs, &rela);
1354 elf_swap_reloc_in (abfd, native_relocs, &rela);
1316 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 88 milliseconds