|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntstatus.h>#include <windows.h>#include <dbghelp.h>#include <cvconst.h>#include <stdio.h>#include <delayimp.h>#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | _test_context |
| struct | _test_data |
| struct | _symregcallback_context |
| struct | _symregcallback_test_data |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | ok_ulonglong(expression, result) |
| #define | init_sym(fInvadeProcess) init_sym_imp(fInvadeProcess, __FILE__, __LINE__) |
| #define | INIT_PSYM(buff) |
Typedefs | |
| typedef struct _test_context | test_context |
| typedef struct _symregcallback_context | symregcallback_context |
Variables | |
| PfnDliHook | __pfnDliFailureHook2 |
| static VS_FIXEDFILEINFO | dbghelpFileVer |
| static int | g_SymRegisterCallbackW64NotFound = 0 |
| static struct _test_data | test_data [] |
| static struct _symregcallback_test_data | symregcallback_test_data [] |
| #define init_sym | ( | fInvadeProcess | ) | init_sym_imp(fInvadeProcess, __FILE__, __LINE__) |
| typedef struct _test_context test_context |
| void cleanup_msvc_dll | ( | ) |
| void create_compressed_files | ( | ) |
|
static |
| FARPROC WINAPI DliFailHook | ( | unsigned | dliNotify, |
| PDelayLoadInfo | pdli | ||
| ) |
Definition at line 206 of file pdb.c.
Referenced by START_TEST().
|
static |
Definition at line 438 of file pdb.c.
Referenced by test_SymEnumSymbols().
Definition at line 72 of file data.c.
Referenced by START_TEST().
| BOOL get_module_version | ( | _In_ HMODULE | mod, |
| _Out_ VS_FIXEDFILEINFO * | fileinfo | ||
| ) |
Definition at line 64 of file pdb.c.
Referenced by init_dbghelp_version().
|
static |
Definition at line 150 of file pdb.c.
Referenced by START_TEST().
Definition at line 39 of file pdb.c.
|
static |
Definition at line 34 of file pdb.c.
Referenced by __wine_msi_call_dll_function(), _call_procedure(), _CrtGetMessageBox(), _TestVesion(), abort_dochost_tasks(), add_script_runner(), alloc_async_task(), build_format_strings(), call_enum_date_func(), CallWindowProcT(), CheckRunningDpc(), COMCTL32_SubclassProc(), create_named_scope(), DECLARE_INTERFACE_(), DefSubclassProc(), deinit_sym(), device_process_message(), download_to_cache(), dwarfargvalue(), dwarfpctoline(), enum_callback_wrapper(), enum_windows(), EnumCalendarInfoExEx(), EnumCalendarInfoExW(), EnumCalendarInfoW(), EnumDateFormatsA(), EnumDateFormatsExA(), EnumDateFormatsExEx(), EnumDateFormatsExW(), EnumDateFormatsW(), EnumLanguageGroupLocalesW(), EnumSystemCodePagesW(), EnumSystemGeoID(), EnumSystemLanguageGroupsW(), EnumSystemLocalesA(), EnumSystemLocalesEx(), EnumSystemLocalesW(), EnumTimeFormatsA(), EnumTimeFormatsEx(), EnumTimeFormatsW(), EnumUILanguagesW(), for_each_iface(), for_each_serializable(), FTPFtw(), FTPFtwL2(), get_ndr_types_params(), get_proc_address(), get_shiminfo(), get_window_long_ptr(), GetWindowSubclass(), gl_tab_completion(), ATL::CWndProcThunk::Init(), init_async(), init_sym_imp(), Internal_EnumCalendarInfo(), Internal_EnumDateFormats(), Internal_EnumLanguageGroupLocales(), Internal_EnumSystemCodePages(), Internal_EnumSystemLanguageGroups(), Internal_EnumTimeFormats(), Internal_EnumUILanguages(), IntSyscall(), key_call(), LoadProc(), MACRO_RegisterRoutine(), ndr64_async_client_call(), ndr64_client_call(), ndr_stubless_client_call(), ProcessPrefsFile(), push_dochost_task(), push_task(), readproc(), CardWindow::RegisterDropZone(), RemoveWindowSubclass(), RosSymGetAddressInformation(), rpc_broadcast(), rpc_broadcast_exp(), run_customdraw_scenario(), RunDLL(), Set(), set_dialog_proc(), CardRegion::SetAddCardProc(), CardButton::SetButtonProc(), CardRegion::SetClickProc(), CardRegion::SetClickReleaseProc(), CardRegion::SetDblClickProc(), CardRegion::SetDragRule(), CardRegion::SetDropRule(), CardRegion::SetRemoveCardProc(), CardWindow::SetResizeProc(), SetThreadIdealProcessor(), SetWindowSubclass(), START_TEST(), StubGetProcAddress(), Syscall(), test___getmainargs_parent(), test__get_narrow_winmain_command_line(), test_ActiveXObject(), test_exit(), test_FreeLibrary(), test_GetProcAddress(), test_GetProcessHandleFromHwnd(), test_interthread_messages(), test_invalid_stdin(), Test_layers(), test_LoadLibraryA(), test_LoadLibraryExA(), test_LoadLibraryExW(), test_LoadLibraryW(), test_LresultFromObject(), test_procedures(), test_quick_exit(), Test_repeatlayer(), test_stdout_handle(), test_thread_library_reference(), test_updown_buddy(), test_wordbreak_proc(), universal(), wined3d_unregister_window(), wined3d_wndproc(), write_iface_fs(), write_param_fs(), and write_proc_func_header().
| START_TEST | ( | pdb | ) |
Definition at line 563 of file pdb.c.
Definition at line 223 of file pdb.c.
Referenced by test_SymEnumSymbols(), test_SymFromAddr(), and test_SymFromName().
|
static |
Definition at line 495 of file pdb.c.
Referenced by test_SymRegCallback().
|
static |
Definition at line 459 of file pdb.c.
Referenced by START_TEST().
Definition at line 304 of file pdb.c.
Referenced by START_TEST().
Definition at line 236 of file pdb.c.
Referenced by START_TEST().
Definition at line 519 of file pdb.c.
Referenced by START_TEST().
|
extern |
Definition at line 2964 of file reactos.c.
Referenced by START_TEST().
|
static |
Definition at line 149 of file pdb.c.
Referenced by init_dbghelp_version().
|
static |
Definition at line 196 of file pdb.c.
Referenced by SymRegisterCallbackW64_Stub(), and test_SymRegCallback().
|
static |
Referenced by SymRegisterCallback64Proc().
|
static |