GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
xcoff_symfile_info Struct Reference

Public Attributes

file_ptr min_lineno_offset {}
 
file_ptr max_lineno_offset {}
 
char * strtbl = nullptr
 
char * debugsec = nullptr
 
char * symtbl = nullptr
 
int symtbl_num_syms = 0
 
CORE_ADDR toc_offset = 0
 

Detailed Description

Definition at line 127 of file xcoffread.c.

Member Data Documentation

◆ debugsec

char* xcoff_symfile_info::debugsec = nullptr

Definition at line 136 of file xcoffread.c.

Referenced by read_xcoff_symtab().

◆ max_lineno_offset

file_ptr xcoff_symfile_info::max_lineno_offset {}

Definition at line 130 of file xcoffread.c.

◆ min_lineno_offset

file_ptr xcoff_symfile_info::min_lineno_offset {}

Definition at line 129 of file xcoffread.c.

Referenced by find_linenos().

◆ strtbl

char* xcoff_symfile_info::strtbl = nullptr

Definition at line 133 of file xcoffread.c.

Referenced by init_stringtab(), read_symbol_lineno(), and read_xcoff_symtab().

◆ symtbl

char* xcoff_symfile_info::symtbl = nullptr

Definition at line 139 of file xcoffread.c.

Referenced by read_symbol(), and read_xcoff_symtab().

◆ symtbl_num_syms

int xcoff_symfile_info::symtbl_num_syms = 0

Definition at line 142 of file xcoffread.c.

Referenced by read_symbol().

◆ toc_offset

CORE_ADDR xcoff_symfile_info::toc_offset = 0

Definition at line 145 of file xcoffread.c.


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