Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

/users/u3/mtikir/PMaCInstrumentor_v1601/include/defines/SymbolTable.d File Reference

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)


Define Documentation

#define IS_SYMB_TYPE __str   )     is ## __str()
 

Definition at line 20 of file SymbolTable.d.

Referenced by Symbol::stringInDebugSection(), and Symbol::unknownSymbol().

#define SYMB_IS_OF_TYPE_DECL __str   )     inline bool is ## __str() { return (GET(n_sclass) == C_## __str); }
 

Definition at line 19 of file SymbolTable.d.

#define SYMBOL_MACROS_BASIS __str   ) 
 

Definition at line 22 of file SymbolTable.d.

#define SYMBOL_MACROS_CLASS __str   ) 
 

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.


Generated on Mon Jan 28 11:08:34 2008 for PMaCInstrumentor by doxygen 1.3.5