Go to the source code of this file.
Defines | |
#define | SYMB_IS_OF_TYPE_DECL(__str) inline bool is ## __str() { return (GET(n_sclass) == C_## __str); } |
#define | IS_SYMB_TYPE(__str) is ## __str() |
#define | SYMBOL_MACROS_BASIS(__str) |
#define | SYMBOL_MACROS_CLASS(__str) |
|
Definition at line 20 of file SymbolTable.d. Referenced by Symbol::stringInDebugSection(), and Symbol::unknownSymbol(). |
|
Definition at line 19 of file SymbolTable.d. |
|
Definition at line 22 of file SymbolTable.d. |
|
Value: \ GET_FIELD_CLASS(uint32_t,n_offset); \ GET_FIELD_CLASS(uint64_t,n_value); \ GET_FIELD_CLASS(int16_t,n_scnum); \ GET_FIELD_CLASS(uint16_t,n_type); \ GET_FIELD_CLASS(uint8_t,n_sclass); \ GET_FIELD_CLASS(uint8_t,n_numaux); \ Definition at line 82 of file SymbolTable.d. |