Searched refs:dyn_symbol_table (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Delfread.c552 struct objfile *objfile, asymbol **dyn_symbol_table)
596 if (! bed->s->slurp_reloc_table (obfd, relplt, dyn_symbol_table, TRUE))
1051 asymbol **symbol_table = NULL, **dyn_symbol_table = NULL; local
1117 dyn_symbol_table = (asymbol **) bfd_alloc (abfd, storage_needed);
1119 dyn_symbol_table);
1127 dyn_symbol_table, false);
1129 elf_rel_plt_read (reader, objfile, dyn_symbol_table);
1152 dynsymcount, dyn_symbol_table,
551 elf_rel_plt_read(minimal_symbol_reader &reader, struct objfile *objfile, asymbol **dyn_symbol_table) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delfread.c548 struct objfile *objfile, asymbol **dyn_symbol_table)
592 if (! bed->s->slurp_reloc_table (obfd, relplt, dyn_symbol_table, TRUE))
1066 asymbol **symbol_table = NULL, **dyn_symbol_table = NULL; local
1126 dyn_symbol_table = (asymbol **) bfd_alloc (abfd, storage_needed);
1128 dyn_symbol_table);
1136 dyn_symbol_table, false);
1138 elf_rel_plt_read (reader, objfile, dyn_symbol_table);
1161 dynsymcount, dyn_symbol_table,
547 elf_rel_plt_read(minimal_symbol_reader &reader, struct objfile *objfile, asymbol **dyn_symbol_table) argument

Completed in 136 milliseconds