ReactOS 0.4.15-dev-7196-g0fe0b40
|
Public Attributes | |
ULONG | Length |
ULONG | Bytes |
char *** | Table |
ULONG | LineEntries |
ULONG | CurLineEntries |
struct DbgHelpLineEntry * | LineEntryData |
void * | process |
DWORD | module_base |
char * | PathChop |
char * | SourcePath |
struct DbgHelpLineEntry * | lastLineEntry |
ULONG DbgHelpStringTab::Bytes |
Definition at line 470 of file rsym.c.
Referenced by ConvertDbgHelp(), and DbgHelpAddStringToTable().
ULONG DbgHelpStringTab::CurLineEntries |
Definition at line 472 of file rsym.c.
Referenced by ConvertDbgHelp(), and DbgHelpAddLineEntry().
struct DbgHelpLineEntry* DbgHelpStringTab::lastLineEntry |
Definition at line 478 of file rsym.c.
Referenced by DbgHelpAddLineNumber().
ULONG DbgHelpStringTab::Length |
Definition at line 469 of file rsym.c.
Referenced by ConvertDbgHelp(), and DbgHelpAddStringToTable().
ULONG DbgHelpStringTab::LineEntries |
Definition at line 472 of file rsym.c.
Referenced by ConvertDbgHelp(), and DbgHelpAddLineEntry().
struct DbgHelpLineEntry* DbgHelpStringTab::LineEntryData |
Definition at line 473 of file rsym.c.
Referenced by ConvertDbgHelp(), and DbgHelpAddLineEntry().
DWORD DbgHelpStringTab::module_base |
Definition at line 475 of file rsym.c.
Referenced by ConvertDbgHelp(), and main().
char* DbgHelpStringTab::PathChop |
Definition at line 476 of file rsym.c.
Referenced by ConvertDbgHelp(), and DbgHelpAddLineNumber().
void* DbgHelpStringTab::process |
Definition at line 474 of file rsym.c.
Referenced by ConvertDbgHelp(), and DbgHelpAddLineNumber().
char* DbgHelpStringTab::SourcePath |
Definition at line 477 of file rsym.c.
Referenced by ConvertDbgHelp(), DbgHelpAddLineNumber(), and main().
char*** DbgHelpStringTab::Table |
Definition at line 471 of file rsym.c.
Referenced by ConvertDbgHelp(), DbgHelpAddStringToTable(), and DbgHelpGetString().