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

Public Attributes

char * c_name
 
int c_symnum
 
int c_naux
 
CORE_ADDR c_value
 
int c_sclass
 
int c_secnum
 
unsigned int c_type
 

Detailed Description

Definition at line 132 of file coffread.c.

Member Data Documentation

◆ c_name

char* coff_symbol::c_name

◆ c_naux

int coff_symbol::c_naux

◆ c_sclass

int coff_symbol::c_sclass

◆ c_secnum

int coff_symbol::c_secnum

Definition at line 140 of file coffread.c.

Referenced by coff_symtab_read(), cs_section_address(), cs_to_bfd_section(), and read_one_sym().

◆ c_symnum

int coff_symbol::c_symnum

Definition at line 135 of file coffread.c.

Referenced by coff_symtab_read(), decode_base_type(), and read_one_sym().

◆ c_type

unsigned int coff_symbol::c_type

◆ c_value

CORE_ADDR coff_symbol::c_value

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