GDB (xrefs)
|
#include "coff/sym.h"
#include "coff/symconst.h"
Go to the source code of this file.
Classes | |
struct | mdebug_extra_func_info |
Macros | |
#define | MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__" |
Functions | |
void | mdebug_build_psymtabs (minimal_symbol_reader &, struct objfile *, const struct ecoff_debug_swap *, struct ecoff_debug_info *) |
void | elfmdebug_build_psymtabs (struct objfile *, const struct ecoff_debug_swap *, asection *) |
#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__" |
Definition at line 38 of file mdebugread.h.
void elfmdebug_build_psymtabs | ( | struct objfile * | objfile, |
const struct ecoff_debug_swap * | swap, | ||
asection * | sec | ||
) |
Definition at line 4764 of file mdebugread.c.
References minimal_symbol_reader::install(), mdebug_build_psymtabs(), objfile::obfd, and objfile::objfile_obstack.
Referenced by elf_symfile_read().
void mdebug_build_psymtabs | ( | minimal_symbol_reader & | reader, |
struct objfile * | objfile, | ||
const struct ecoff_debug_swap * | swap, | ||
struct ecoff_debug_info * | info | ||
) |
Definition at line 333 of file mdebugread.c.
References compare_glevel, cur_bfd, debug_info, debug_swap, free_header_files(), gdb_printf(), psymbol_functions::get_partial_symtabs(), init_header_files(), max_gdbinfo, max_glevel, objfile::obfd, objfile::objfile_obstack, parse_partial_symbols(), objfile::qf, and stabsread_new_init().
Referenced by elfmdebug_build_psymtabs(), and mipscoff_symfile_read().