ReactOS 0.4.16-dev-732-g2d1144a
|
#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(), CallWindowProcT(), CheckRunningDpc(), COMCTL32_SubclassProc(), DECLARE_INTERFACE_(), DefSubclassProc(), deinit_sym(), device_process_message(), download_to_cache(), dwarfargvalue(), dwarfpctoline(), EnumDateFormatsA(), EnumDateFormatsExA(), EnumDateFormatsExW(), EnumDateFormatsW(), EnumSystemLocalesEx(), EnumTimeFormatsA(), EnumTimeFormatsW(), for_each_iface(), for_each_serializable(), FTPFtw(), FTPFtwL2(), get_ndr_types_params(), get_shiminfo(), GetWindowSubclass(), gl_tab_completion(), ATL::CWndProcThunk::Init(), init_async(), init_sym_imp(), IntSyscall(), key_call(), LoadProc(), MACRO_RegisterRoutine(), ProcessPrefsFile(), push_dochost_task(), push_task(), readproc(), CardWindow::RegisterDropZone(), RemoveWindowSubclass(), RosSymGetAddressInformation(), rpc_broadcast(), rpc_broadcast_exp(), run_customdraw_scenario(), RunDLL(), Set(), CardRegion::SetAddCardProc(), CardButton::SetButtonProc(), CardRegion::SetClickProc(), CardRegion::SetClickReleaseProc(), CardRegion::SetDblClickProc(), CardRegion::SetDragRule(), CardRegion::SetDropRule(), CardRegion::SetRemoveCardProc(), CardWindow::SetResizeProc(), SetWindowSubclass(), START_TEST(), StubGetProcAddress(), Syscall(), test___getmainargs_parent(), test_ActiveXObject(), 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_repeatlayer(), test_stdout_handle(), 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 81 of file delayimp.h.
Referenced by __delayLoadHelper2(), and 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 |