Home
last modified time | relevance | path

Searched refs:slurp_reloc_table (Results 1 – 24 of 24) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dhp300hpux.c205 bfd_boolean MY (slurp_reloc_table)
707 MY (slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols) in MY() argument
831 if (!(tblptr || MY (slurp_reloc_table) (abfd, section, symbols))) in MY()
Di386lynx.c373 NAME(lynx,slurp_reloc_table) (bfd *abfd, in NAME() argument
522 if (!(tblptr || NAME(lynx,slurp_reloc_table) (abfd, section, symbols))) in NAME()
Dmipsbsd.c368 if (!NAME(aout,slurp_reloc_table) (abfd, section, symbols)) in MY()
Dlibaout.h532 extern bfd_boolean NAME (aout, slurp_reloc_table)
Driscix.c464 if (!NAME (aout, slurp_reloc_table) (abfd, section, symbols)) in MY()
Delf64-sparc.c218 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE)) in elf64_sparc_canonicalize_reloc()
Delf64-mips.c3643 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE)) in mips_elf64_canonicalize_reloc()
3669 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in mips_elf64_canonicalize_dynamic_reloc()
Delf-bfd.h605 bfd_boolean (*slurp_reloc_table) member
Delfcode.h127 #define elf_slurp_reloc_table NAME(bfd_elf,slurp_reloc_table)
Dpdp11.c1816 NAME (aout, slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols) in NAME() argument
1970 if (!(tblptr || NAME (aout, slurp_reloc_table)(abfd, section, symbols))) in NAME()
DChangeLog-94952547 * aoutx.h (NAME(aout,slurp_reloc_table)): Cast argument to size_t
3513 (NAME(aout,slurp_reloc_table)): Pass bfd_get_symcount to reloc
3522 (MY(slurp_reloc_table)): Pass bfd_get_symcount to reloc swap
3527 (NAME(lynx,slurp_reloc_table)): Pass bfd_get_symcount to reloc
3669 * libaout.h (NAME(aout,slurp_reloc_table)): Change declaration to
6059 * aoutx.h (slurp_reloc_table): Detect bss and succesfully read
7642 (NAME(aout,slurp_reloc_table)): Don't read dynamic relocs.
7743 * hp300hpux.c (MY(slurp_reloc_table)): Likewise. Also, if malloc
7745 * i386lynx.c (NAME(lynx,slurp_reloc_table)): If malloc returns
7831 (NAME(aout,slurp_reloc_table)): Allocate the cached relocs with
[all …]
Daoutx.h2274 NAME (aout, slurp_reloc_table) (bfd *abfd, sec_ptr asect, asymbol **symbols) in NAME() argument
2427 if (!(tblptr || NAME (aout, slurp_reloc_table) (abfd, section, symbols))) in NAME()
Delf.c7142 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE)) in _bfd_elf_canonicalize_reloc()
7228 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_canonicalize_dynamic_reloc()
10044 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_get_synthetic_symtab()
DChangeLog371 (slurp_reloc_table): Likewise.
449 (slurp_reloc_table): Likewise.
Delf64-x86-64.c5422 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in elf_x86_64_get_synthetic_symtab()
Delf64-ppc.c3251 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in ppc64_elf_get_synthetic_symtab()
3444 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in ppc64_elf_get_synthetic_symtab()
Delf32-ppc.c2931 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in ppc_elf_get_synthetic_symtab()
DChangeLog-96972919 slurp_reloc_table.
2923 slurp_reloc_table.
DChangeLog-20071450 * aoutx.h (slurp_reloc_table): Return TRUE if reloc_size == zero
DChangeLog-02038212 (NAME(aout,slurp_reloc_table)): Likewise.
8229 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
8233 (NAME(aout,slurp_reloc_table)): Likewise.
DChangeLog-00011388 * pdp11.c (slurp_reloc_table): Likewise.
8867 (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
Delf32-arm.c16089 if (!elf32_arm_size_info.slurp_reloc_table (abfd, relplt, dynsyms, TRUE)) in elf32_arm_get_synthetic_symtab()
Delfxx-mips.c15942 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_mips_elf_get_synthetic_symtab()
DChangeLog-9193912 * aoutx.h (aout,slurp_reloc_table): Avoid a goto.