GDB (xrefs)
|
#include "symfile.h"
Public Attributes | |
void(* | sym_new_init )(struct objfile *) |
void(* | sym_init )(struct objfile *) |
void(* | sym_read )(struct objfile *, symfile_add_flags) |
void(* | sym_finish )(struct objfile *) |
void(* | sym_offsets )(struct objfile *, const section_addr_info &) |
symfile_segment_data_up(* | sym_segments )(bfd *abfd) |
void(* | sym_read_linetable )(struct objfile *) |
bfd_byte *(* | sym_relocate )(struct objfile *, asection *sectp, bfd_byte *buf) |
const struct sym_probe_fns * | sym_probe_fns |
void(* sym_fns::sym_finish) (struct objfile *) |
Definition at line 144 of file symfile.h.
Referenced by debug_sym_finish(), reread_symbols(), and objfile::~objfile().
void(* sym_fns::sym_init) (struct objfile *) |
Definition at line 131 of file symfile.h.
Referenced by debug_sym_init(), reread_symbols(), and syms_from_objfile_1().
void(* sym_fns::sym_new_init) (struct objfile *) |
Definition at line 125 of file symfile.h.
Referenced by debug_sym_new_init(), reread_symbols(), and syms_from_objfile_1().
void(* sym_fns::sym_offsets) (struct objfile *, const section_addr_info &) |
Definition at line 153 of file symfile.h.
Referenced by debug_sym_offsets(), reread_symbols(), and syms_from_objfile_1().
const struct sym_probe_fns* sym_fns::sym_probe_fns |
Definition at line 175 of file symfile.h.
Referenced by collect_probes(), debug_sym_get_probes(), find_probe_by_pc(), find_probes_in_objfile(), install_symfile_debug_logging(), and parse_probes_in_pspace().
void(* sym_fns::sym_read) (struct objfile *, symfile_add_flags) |
Definition at line 138 of file symfile.h.
Referenced by debug_sym_read(), and read_symbols().
void(* sym_fns::sym_read_linetable) (struct objfile *) |
Definition at line 165 of file symfile.h.
Referenced by debug_sym_read_linetable(), and buildsym_compunit::end_compunit_symtab_with_blockvector().
bfd_byte *(* sym_fns::sym_relocate) (struct objfile *, asection *sectp, bfd_byte *buf) |
Definition at line 171 of file symfile.h.
Referenced by debug_sym_relocate(), and symfile_relocate_debug_section().
symfile_segment_data_up(* sym_fns::sym_segments) (bfd *abfd) |
Definition at line 159 of file symfile.h.
Referenced by get_symfile_segment_data().