|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include <stdio.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winnls.h"#include "winternl.h"#include <psapi.h>#include "wine/test.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | MAKEFUNC(f) (p##f = (void*)GetProcAddress(mod, #f)) |
Variables | |
| static | LPSTR |
| static | LPWSTR |
| static HMODULE | module |
| static HMODULE MODULEINFO * | modinfo |
| static HMODULE MODULEINFO DWORD | cb |
| static ULONG | flags |
| static ULONG const UNICODE_STRING * | name |
| static ULONG const UNICODE_STRING HMODULE * | base |
| static LPCWSTR | load_path |
| static LPCWSTR ULONG * | dll_characteristics |
| static | BOOLEAN |
| static | ULONG |
| static ULONG *static BOOL | is_unicode_enabled = TRUE |
| struct { | |
| IMAGE_DOS_HEADER dos | |
| IMAGE_NT_HEADERS nt | |
| IMAGE_SECTION_HEADER section | |
| } | dll_image |
| static HANDLE | test_tls_links_started |
| static HANDLE | test_tls_links_done |
|
static |
Definition at line 1806 of file module.c.
Referenced by check_address_index_tree(), and test_base_address_index_tree().
Definition at line 1335 of file module.c.
Referenced by test_LdrGetDllHandleEx().
Definition at line 55 of file module.c.
Referenced by testGetDllDirectory(), and testGetModuleFileName().
Definition at line 134 of file module.c.
Referenced by test_LdrGetDllHandleEx(), and test_LoadLibraryEx_search_flags().
|
static |
|
static |
Definition at line 1872 of file module.c.
Referenced by test_hash_links().
Definition at line 956 of file module.c.
Referenced by START_TEST().
Definition at line 146 of file module.c.
Referenced by test_base_address_index_tree(), and test_hash_links().
|
static |
Definition at line 1801 of file module.c.
Referenced by test_base_address_index_tree().
| START_TEST | ( | module | ) |
Definition at line 1911 of file module.c.
Definition at line 1222 of file module.c.
Referenced by START_TEST().
Definition at line 1537 of file module.c.
Referenced by START_TEST().
Definition at line 1834 of file module.c.
Referenced by START_TEST().
Definition at line 1612 of file module.c.
Referenced by START_TEST().
Definition at line 1882 of file module.c.
Referenced by START_TEST().
Definition at line 1481 of file module.c.
Referenced by START_TEST().
Definition at line 1359 of file module.c.
Referenced by START_TEST().
Definition at line 505 of file module.c.
Referenced by START_TEST().
Definition at line 1268 of file module.c.
Referenced by START_TEST().
Definition at line 1762 of file module.c.
Referenced by START_TEST().
Definition at line 1755 of file module.c.
Referenced by test_tls_links().
Definition at line 832 of file module.c.
Referenced by START_TEST().
Definition at line 178 of file module.c.
Referenced by START_TEST().
Definition at line 238 of file module.c.
Referenced by START_TEST().
Definition at line 989 of file module.c.
Referenced by START_TEST().
Definition at line 345 of file module.c.
Referenced by START_TEST().
Definition at line 1201 of file module.c.
Referenced by START_TEST().
Definition at line 257 of file module.c.
Referenced by START_TEST().
Definition at line 331 of file module.c.
Referenced by START_TEST().
Definition at line 360 of file module.c.
Referenced by START_TEST().
Definition at line 280 of file module.c.
Referenced by START_TEST().
Definition at line 44 of file module.c.
Referenced by check_address_index_tree(), and test_base_address_index_tree().
| const struct { ... } dll_image |
Referenced by create_test_dll().
| IMAGE_DOS_HEADER dos |
Definition at line 67 of file module.c.
Referenced by create_fake_dll(), debug_target_get_module_machine(), debug_target_get_module_timestamp(), ExtractFilesFromZip(), get_nt_header(), pe_load_nt_header(), read_pe_importlib(), Rva2Addr(), SdbpGetModuleType(), START_TEST(), test_FileMapping(), and test_WaitForInputIdle().
Definition at line 53 of file module.c.
Referenced by START_TEST(), test_32bit_win(), testGetModuleFileName(), testGetModuleFileName_Wrong(), and testLoadLibraryEx().
| HMODULE MODULEINFO* modinfo |
Definition at line 38 of file module.c.
Referenced by GetModuleInformation(), and test_pe_checksum().
Definition at line 68 of file module.c.
Referenced by __attribute__(), check_pe_exe(), create_fake_dll(), do_register_dll(), get_com_dir_size(), get_nt_header(), get_resource_section(), get_section_header(), ImageDirectoryEntryToDataEx(), init_current_version(), MIDI_GetMThdLengthMS(), MIDI_mciFindNextEvent(), MIDI_mciReadMThd(), MIDI_player(), nfstime_abs(), read_mapped_resources(), read_pe_importlib(), rva_to_va(), shgfi_get_exe_type(), split_tree_at(), START_TEST(), test_dll_file(), test_import_resolution(), test_thread_start_address(), test_tp_simple(), test_WaitForInputIdle(), tp_threadpool_alloc(), tree_concat(), tree_const(), tree_host_lookup(), write_metadata_items(), write_raw_resources(), xdr_nfstime4(), and xdr_settime4().
|
static |
Definition at line 1753 of file module.c.
Referenced by test_tls_links(), and test_tls_links_thread().
|
static |
Definition at line 1753 of file module.c.
Referenced by test_tls_links(), and test_tls_links_thread().