Home
last modified time | relevance | path

Searched refs:slurp_relocs (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-mips.c2323 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in mips_elf64_canonicalize_dynamic_reloc() local
2333 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in mips_elf64_canonicalize_dynamic_reloc()
2344 if (! (*slurp_relocs) (abfd, s, syms, TRUE)) in mips_elf64_canonicalize_dynamic_reloc()
Delf.c6173 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in _bfd_elf_canonicalize_dynamic_reloc() local
6183 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_canonicalize_dynamic_reloc()
6195 if (! (*slurp_relocs) (abfd, s, syms, TRUE)) in _bfd_elf_canonicalize_dynamic_reloc()
8170 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in _bfd_elf_get_synthetic_symtab() local
8205 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_get_synthetic_symtab()
8206 if (! (*slurp_relocs) (abfd, relplt, dynsyms, TRUE)) in _bfd_elf_get_synthetic_symtab()
Delf64-ppc.c2781 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in ppc64_elf_get_synthetic_symtab() local
2786 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in ppc64_elf_get_synthetic_symtab()
2791 if (!(*slurp_relocs) (abfd, opd, static_syms, FALSE)) in ppc64_elf_get_synthetic_symtab()