GDB (API)
Public Attributes
sym_fns Struct Reference

#include "symfile.h"

List of all members.

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_fnssym_probe_fns
struct quick_symbol_functionsqf

Detailed Description

Definition at line 351 of file symfile.h.


Member Data Documentation

Definition at line 418 of file symfile.h.

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

Definition at line 383 of file symfile.h.

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

Definition at line 363 of file symfile.h.

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

Definition at line 357 of file symfile.h.

void(* sym_fns::sym_offsets)(struct objfile *, const struct section_addr_info *)

Definition at line 392 of file symfile.h.

Definition at line 414 of file symfile.h.

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

Definition at line 370 of file symfile.h.

Definition at line 404 of file symfile.h.

Definition at line 377 of file symfile.h.

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

Definition at line 410 of file symfile.h.

struct symfile_segment_data*(* sym_fns::sym_segments)(bfd *abfd) [read]

Definition at line 398 of file symfile.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines