ReactOS 0.4.16-dev-433-g6363f78
|
Go to the source code of this file.
Macros | |
#define | X(n) case n: return #n; |
Functions | |
const char * | stab_type_name (int stab_type) |
static int | GetStabInfo (void *FileData, PIMAGE_FILE_HEADER PEFileHeader, PIMAGE_SECTION_HEADER PESectionHeaders, ULONG *StabSymbolsLength, void **StabSymbolsBase, ULONG *StabStringsLength, void **StabStringsBase) |
static void | IterateStabs (ULONG StabSymbolsLength, void *StabSymbolsBase, ULONG StabStringsLength, void *StabStringsBase, ULONG_PTR ImageBase, PIMAGE_FILE_HEADER PEFileHeader, PIMAGE_SECTION_HEADER PESectionHeaders) |
int | main (int argc, char *argv[]) |
|
static |
Definition at line 78 of file dumpstab.c.
Referenced by main().
|
static |
Definition at line 118 of file dumpstab.c.
Referenced by main().
Definition at line 146 of file dumpstab.c.
Definition at line 31 of file dumpstab.c.
Referenced by IterateStabs().