GDB (xrefs)
Public Attributes | List of all members
sym_fns Struct Reference

#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)
 
const struct sym_probe_fnssym_probe_fns
 
const struct quick_symbol_functionsqf
 

Detailed Description

Definition at line 331 of file symfile.h.

Member Data Documentation

const struct quick_symbol_functions* sym_fns::qf
void(* sym_fns::sym_finish) (struct objfile *)

Definition at line 363 of file symfile.h.

Referenced by debug_sym_finish(), free_objfile(), and reread_symbols().

void(* sym_fns::sym_init) (struct objfile *)

Definition at line 343 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 337 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 struct section_addr_info *)

Definition at line 372 of file symfile.h.

Referenced by debug_sym_offsets(), and syms_from_objfile_1().

const struct sym_probe_fns* sym_fns::sym_probe_fns

Definition at line 394 of file symfile.h.

Referenced by find_probe_by_pc(), install_symfile_debug_logging(), parse_probes(), and VEC().

void(* sym_fns::sym_read) (struct objfile *, int)

Definition at line 350 of file symfile.h.

Referenced by debug_sym_read(), and read_symbols().

void(* sym_fns::sym_read_linetable) (struct objfile *)

Definition at line 384 of file symfile.h.

Referenced by debug_sym_read_linetable(), and end_symtab_with_blockvector().

void(* sym_fns::sym_read_psymbols) (struct objfile *)
bfd_byte*(* sym_fns::sym_relocate) (struct objfile *, asection *sectp, bfd_byte *buf)

Definition at line 390 of file symfile.h.

Referenced by debug_sym_relocate(), and symfile_relocate_debug_section().

struct symfile_segment_data*(* sym_fns::sym_segments) (bfd *abfd)

Definition at line 378 of file symfile.h.

Referenced by get_symfile_segment_data().


The documentation for this struct was generated from the following file: