GDB (xrefs)
|
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 |
Definition at line 132 of file coffread.c.
char* coff_symbol::c_name |
Definition at line 134 of file coffread.c.
Referenced by coff_read_enum_type(), coff_read_struct_type(), coff_symtab_read(), decode_base_type(), decode_type(), is_import_fixup_symbol(), process_coff_symbol(), read_one_sym(), and record_minimal_symbol().
int coff_symbol::c_naux |
Definition at line 136 of file coffread.c.
Referenced by coff_symtab_read(), decode_base_type(), decode_function_type(), decode_type(), and read_one_sym().
int coff_symbol::c_sclass |
Definition at line 139 of file coffread.c.
Referenced by coff_read_enum_type(), coff_read_struct_type(), coff_symtab_read(), decode_base_type(), decode_type(), process_coff_symbol(), and read_one_sym().
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().
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().
unsigned int coff_symbol::c_type |
Definition at line 141 of file coffread.c.
Referenced by coff_read_struct_type(), coff_symtab_read(), is_import_fixup_symbol(), process_coff_symbol(), and read_one_sym().
CORE_ADDR coff_symbol::c_value |
Definition at line 138 of file coffread.c.
Referenced by coff_read_enum_type(), coff_read_struct_type(), coff_symtab_read(), process_coff_symbol(), and read_one_sym().