Searched refs:slurp_relocs (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-mips.c | 3659 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in mips_elf64_canonicalize_dynamic_reloc() local 3669 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in mips_elf64_canonicalize_dynamic_reloc() 3680 if (! (*slurp_relocs) (abfd, s, syms, TRUE)) in mips_elf64_canonicalize_dynamic_reloc()
|
D | elf.c | 7218 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in _bfd_elf_canonicalize_dynamic_reloc() local 7228 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_canonicalize_dynamic_reloc() 7239 if (! (*slurp_relocs) (abfd, s, syms, TRUE)) in _bfd_elf_canonicalize_dynamic_reloc() 10009 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in _bfd_elf_get_synthetic_symtab() local 10044 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_get_synthetic_symtab() 10045 if (! (*slurp_relocs) (abfd, relplt, dynsyms, TRUE)) in _bfd_elf_get_synthetic_symtab()
|
D | elf64-x86-64.c | 5387 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in elf_x86_64_get_synthetic_symtab() local 5422 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in elf_x86_64_get_synthetic_symtab() 5423 if (! (*slurp_relocs) (abfd, relplt, dynsyms, TRUE)) in elf_x86_64_get_synthetic_symtab()
|
D | elf64-ppc.c | 3243 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in ppc64_elf_get_synthetic_symtab() local 3251 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in ppc64_elf_get_synthetic_symtab() 3256 if (!(*slurp_relocs) (abfd, opd, static_syms, FALSE)) in ppc64_elf_get_synthetic_symtab() 3340 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in ppc64_elf_get_synthetic_symtab() local 3444 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in ppc64_elf_get_synthetic_symtab() 3445 if (! (*slurp_relocs) (abfd, relplt, dyn_syms, TRUE)) in ppc64_elf_get_synthetic_symtab()
|
D | elf32-ppc.c | 2807 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in ppc_elf_get_synthetic_symtab() local 2931 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in ppc_elf_get_synthetic_symtab() 2932 if (! (*slurp_relocs) (abfd, relplt, dynsyms, TRUE)) in ppc_elf_get_synthetic_symtab()
|
D | elfxx-mips.c | 15901 bfd_boolean (*slurp_relocs) (bfd *, asection *, asymbol **, bfd_boolean); in _bfd_mips_elf_get_synthetic_symtab() local 15942 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_mips_elf_get_synthetic_symtab() 15943 if (!(*slurp_relocs) (abfd, relplt, dynsyms, TRUE)) in _bfd_mips_elf_get_synthetic_symtab()
|