ReactOS
0.4.15-dev-2095-g7caf9e9
|
#include <symbols.h>
Public Attributes | |
struct _DEBUG_MODULE_ * | next |
ULONG | size |
PVOID | BaseAddress |
PVOID | EntryPoint |
WCHAR | name [DEBUG_MODULE_NAME_LEN] |
struct _DEBUG_MODULE_SYMBOL_ | syms |
PVOID _DEBUG_MODULE_::BaseAddress |
Definition at line 51 of file symbols.h.
Referenced by COMMAND_PROTOTYPE(), FindFunctionByAddress(), FindFunctionInModuleByName(), FindGlobalStabSymbol(), FindModuleFromAddress(), FindModuleSymbols(), ListDriverModules(), ListSymbolStartingAt(), ListUserModules(), and ScanExportsByAddress().
PVOID _DEBUG_MODULE_::EntryPoint |
Definition at line 52 of file symbols.h.
Referenced by ListDriverModules(), and ListUserModules().
WCHAR _DEBUG_MODULE_::name[DEBUG_MODULE_NAME_LEN] |
Definition at line 53 of file symbols.h.
Referenced by COMMAND_PROTOTYPE(), ConvertTokenToLineNumber(), FindFunctionByAddress(), FindFunctionInModuleByName(), FindModuleByName(), FindModuleFromAddress(), FindModuleSymbols(), IsModuleLoaded(), ListDriverModules(), ListSWBreakpoints(), ListUserModules(), and ScanExportsByAddress().
struct _DEBUG_MODULE_* _DEBUG_MODULE_::next |
Definition at line 49 of file symbols.h.
Referenced by COMMAND_PROTOTYPE(), FindFunctionByAddress(), FindModuleByName(), FindModuleFromAddress(), FindModuleSymbols(), IsModuleLoaded(), ListDriverModules(), ListUserModules(), and ScanExportsByAddress().
ULONG _DEBUG_MODULE_::size |
Definition at line 50 of file symbols.h.
Referenced by COMMAND_PROTOTYPE(), FindFunctionByAddress(), FindFunctionInModuleByName(), FindModuleByName(), FindModuleFromAddress(), FindModuleSymbols(), IsModuleLoaded(), ListDriverModules(), ListUserModules(), and ScanExportsByAddress().
struct _DEBUG_MODULE_SYMBOL_ _DEBUG_MODULE_::syms |