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

Public Attributes

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

Detailed Description

Definition at line 89 of file xcoffread.c.

Member Data Documentation

◆ c_name

char* xcoff_symbol::c_name

◆ c_naux

int xcoff_symbol::c_naux

Definition at line 93 of file xcoffread.c.

Referenced by read_xcoff_symtab().

◆ c_sclass

unsigned char xcoff_symbol::c_sclass

Definition at line 95 of file xcoffread.c.

Referenced by process_xcoff_symbol(), and read_xcoff_symtab().

◆ c_secnum

int xcoff_symbol::c_secnum

Definition at line 96 of file xcoffread.c.

Referenced by process_xcoff_symbol(), and read_xcoff_symtab().

◆ c_symnum

int xcoff_symbol::c_symnum

Definition at line 92 of file xcoffread.c.

Referenced by read_xcoff_symtab().

◆ c_type

unsigned int xcoff_symbol::c_type

Definition at line 97 of file xcoffread.c.

Referenced by process_xcoff_symbol(), and read_xcoff_symtab().

◆ c_value

CORE_ADDR xcoff_symbol::c_value

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