GDB (API)
|
#include "symfile.h"
Public Attributes | |
void(* | sym_new_init )(struct objfile *) |
void(* | sym_init )(struct objfile *) |
void(* | sym_read )(struct objfile *, int) |
void(* | sym_read_psymbols )(struct objfile *) |
void(* | sym_finish )(struct objfile *) |
void(* | sym_offsets )(struct objfile *, const struct section_addr_info *) |
struct symfile_segment_data *(* | sym_segments )(bfd *abfd) |
void(* | sym_read_linetable )(struct objfile *) |
bfd_byte *(* | sym_relocate )(struct objfile *, asection *sectp, bfd_byte *buf) |
struct sym_probe_fns * | sym_probe_fns |
struct quick_symbol_functions * | qf |
struct quick_symbol_functions* sym_fns::qf |
void(* sym_fns::sym_finish)(struct objfile *) |
void(* sym_fns::sym_init)(struct objfile *) |
void(* sym_fns::sym_new_init)(struct objfile *) |
void(* sym_fns::sym_offsets)(struct objfile *, const struct section_addr_info *) |
struct sym_probe_fns* sym_fns::sym_probe_fns |
void(* sym_fns::sym_read)(struct objfile *, int) |
void(* sym_fns::sym_read_linetable)(struct objfile *) |
void(* sym_fns::sym_read_psymbols)(struct objfile *) |
bfd_byte*(* sym_fns::sym_relocate)(struct objfile *, asection *sectp, bfd_byte *buf) |
struct symfile_segment_data*(* sym_fns::sym_segments)(bfd *abfd) [read] |