Searched refs:slurp_reloc_table (Results 1 – 16 of 16) sorted by relevance
/dragonfly/contrib/binutils-2.27/bfd/ |
H A D | elf-ifunc.c | 404 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_ifunc_get_synthetic_symtab()
|
H A D | libaout.h | 532 extern bfd_boolean NAME (aout, slurp_reloc_table)
|
H A D | elf-bfd.h | 667 bfd_boolean (*slurp_reloc_table) member
|
H A D | elfcode.h | 127 #define elf_slurp_reloc_table NAME(bfd_elf,slurp_reloc_table)
|
H A D | elf.c | 7810 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE)) in _bfd_elf_canonicalize_reloc() 7896 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_canonicalize_dynamic_reloc() 10892 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_get_synthetic_symtab()
|
H A D | elf32-i386.c | 5958 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in elf_i386_get_plt_sym_val()
|
H A D | elf64-x86-64.c | 6413 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in elf_x86_64_get_plt_sym_val()
|
/dragonfly/contrib/binutils-2.34/bfd/ |
H A D | libaout.h | 532 extern bfd_boolean NAME (aout, slurp_reloc_table)
|
H A D | elf-bfd.h | 725 bfd_boolean (*slurp_reloc_table) member
|
H A D | elfcode.h | 127 #define elf_slurp_reloc_table NAME(bfd_elf,slurp_reloc_table)
|
H A D | elf.c | 8443 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE)) in _bfd_elf_canonicalize_reloc() 8534 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_canonicalize_dynamic_reloc() 12144 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_get_synthetic_symtab()
|
/dragonfly/contrib/gdb-7/bfd/ |
H A D | libaout.h | 534 extern bfd_boolean NAME (aout, slurp_reloc_table)
|
H A D | elf-bfd.h | 604 bfd_boolean (*slurp_reloc_table) member
|
H A D | elfcode.h | 128 #define elf_slurp_reloc_table NAME(bfd_elf,slurp_reloc_table)
|
H A D | elf.c | 6993 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE)) in _bfd_elf_canonicalize_reloc() 7079 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_canonicalize_dynamic_reloc() 9915 slurp_relocs = get_elf_backend_data (abfd)->s->slurp_reloc_table; in _bfd_elf_get_synthetic_symtab()
|
/dragonfly/contrib/gdb-7/gdb/ |
H A D | elfread.c | 645 if (! bed->s->slurp_reloc_table (obfd, relplt, dyn_symbol_table, TRUE)) in elf_rel_plt_read()
|