GDB (xrefs)
Loading...
Searching...
No Matches
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 *, 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_fnssym_probe_fns
 

Detailed Description

Definition at line 119 of file symfile.h.

Member Data Documentation

◆ sym_finish

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().

◆ sym_init

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().

◆ sym_new_init

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().

◆ sym_offsets

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().

◆ sym_probe_fns

const struct sym_probe_fns* sym_fns::sym_probe_fns

◆ sym_read

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().

◆ sym_read_linetable

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

◆ sym_relocate

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().

◆ sym_segments

symfile_segment_data_up(* sym_fns::sym_segments) (bfd *abfd)

Definition at line 159 of file symfile.h.

Referenced by get_symfile_segment_data().


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