#include <Instruction.h>
#include <DemangleWrapper.h>
#include <SymbolTable.h>
#include <StringTable.h>
#include <SectHeader.h>
#include <RawSection.h>
#include <Auxilary.h>
#include <XCoffFile.h>
#include <BinaryFile.h>
Go to the source code of this file.
Defines | |
#define | NO_NAME_OFFSET (uint32_t)(-1) |
#define | CASE_SYMBOL_TYPE(__str) case C_ ## __str: return #__str |
#define | INVALID_SYMBOL_LENGTH (uint64_t)-1 |
Functions | |
int | compareSymbolValue (const void *arg1, const void *arg2) |
int | searchSymbolValue (const void *arg1, const void *arg2) |
Symbol * | binarySearch (Symbol **symbols, uint32_t symbolCount, uint64_t value) |
|
Definition at line 236 of file SymbolTable.C. Referenced by Symbol::getTypeName(). |
|
Definition at line 456 of file SymbolTable.C. Referenced by SymbolTable::getSymbolLength(). |
|
Definition at line 100 of file SymbolTable.C. |
|
Definition at line 185 of file SymbolTable.C. Referenced by Symbol::findSymbol(), and SymbolTable::instrument(). |
|
Definition at line 11 of file SymbolTable.C. References ASSERT. Referenced by SymbolTable::filterSortAddressSymbols(), SymbolTable::filterSortBSSSymbols(), and SymbolTable::filterSortFuncSymbols(). |
|
Definition at line 28 of file SymbolTable.C. |