Searched refs:slurp_symbol_table (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | hp300hpux.c | 202 bfd_boolean MY (slurp_symbol_table) (bfd *); 526 MY (slurp_symbol_table) (bfd *abfd) in MY() argument 799 if (!MY (slurp_symbol_table) (abfd)) in MY() 813 if (!MY (slurp_symbol_table) (abfd)) in MY()
|
D | libaout.h | 503 extern bfd_boolean NAME (aout, slurp_symbol_table)
|
D | pdp11.c | 1496 NAME (aout, slurp_symbol_table) (bfd *abfd) in NAME() argument 1672 if (!NAME (aout, slurp_symbol_table) (abfd)) in NAME() 2034 if (!NAME (aout, slurp_symbol_table) (abfd)) in NAME()
|
D | aoutx.h | 1735 NAME (aout, slurp_symbol_table) (bfd *abfd) in NAME() argument 1918 if (!NAME (aout, slurp_symbol_table) (abfd)) in NAME() 2488 if (!NAME (aout, slurp_symbol_table) (abfd)) in NAME()
|
D | elf-bfd.h | 607 long (*slurp_symbol_table) member
|
D | ChangeLog-9495 | 759 (slurp_symbol_table): Free window instead of memory. 1516 (MY(slurp_symbol_table)): Don't do anything special about 4719 * aoutx.h (NAME(aout,slurp_symbol_table)): Don't return an error 4722 * hp300hpux.c (MY(slurp_symbol_table)): Likewise. 4758 * hp300hpux.c (MY(slurp_symbol_table)): Likewise. 6431 (MY(slurp_symbol_table)): Change translate_from_native_sym_flags 6803 * aoutx.h (NAME(aout,slurp_symbol_table)): Don't zero out cached 7641 (NAME(aout,slurp_symbol_table)): Don't read dynamic symbols. 7828 (NAME(aout,slurp_symbol_table)): Call aout_get_external_symbols to 9099 * hp300hpux.c (MY(slurp_symbol_table)): Check bfd_alloc. [all …]
|
D | elfcode.h | 107 #define elf_slurp_symbol_table NAME(bfd_elf,slurp_symbol_table)
|
D | ChangeLog-9193 | 2631 argument in get_symtab rather than in slurp_symbol_table. 2975 * hp300hpux.c (slurp_symbol_table): Changed call to 3904 (slurp_symbol_table): Zero index means null-string name. 4077 N_INDR bit when necessary. (aout<>slurp_symbol_table): Maintain 4384 * aoutx.h (NAME(aout,slurp_symbol_table)): Made symbol 5047 (slurp_symbol_table): Use bfd_h_get_{16,8} for reaeding symbol data. 5062 (slurp_symbol_table): Use header byte order, not target byte
|
D | ChangeLog | 370 * aoutx.h (slurp_symbol_table): Revert previous delta. 447 * aoutx.h (slurp_symbol_table): Check that computed table size is
|
D | elf.c | 7158 long symcount = bed->s->slurp_symbol_table (abfd, allocation, FALSE); in _bfd_elf_canonicalize_symtab() 7170 long symcount = bed->s->slurp_symbol_table (abfd, allocation, TRUE); in _bfd_elf_canonicalize_dynamic_symtab()
|
D | ChangeLog-2010 | 1630 * hp300hpux.c (slurp_symbol_table): Likewise.
|
D | ChangeLog-2007 | 1401 * aoutx.h (slurp_symbol_table): Return if count == 0.
|
D | ChangeLog-0203 | 8211 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc. 8232 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
|