Home
last modified time | relevance | path

Searched refs:modinfo (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/imagehlp/
H A Dintegrity.c274 MODULEINFO modinfo; in test_pe_checksum() local
340 &modinfo, sizeof(modinfo)); in test_pe_checksum()
345 …ret = pCheckSumMappedFile(modinfo.lpBaseOfDll, modinfo.SizeOfImage, &checksum_orig, &checksum_new); in test_pe_checksum()
353 ret = pCheckSumMappedFile((char *)modinfo.lpBaseOfDll + 100, modinfo.SizeOfImage - 100, in test_pe_checksum()
360 nt_header = pRtlImageNtHeader( modinfo.lpBaseOfDll ); in test_pe_checksum()
364 ret = pCheckSumMappedFile(modinfo.lpBaseOfDll, (char *)nt_header - (char *)modinfo.lpBaseOfDll, in test_pe_checksum()
371 ret = pCheckSumMappedFile(modinfo.lpBaseOfDll, sizeof(IMAGE_DOS_HEADER), in test_pe_checksum()
378 ret = pCheckSumMappedFile(modinfo.lpBaseOfDll, 0, &checksum_orig, &checksum_new); in test_pe_checksum()
384 ret = pCheckSumMappedFile((char *)modinfo.lpBaseOfDll + 1, 0, in test_pe_checksum()
/reactos/modules/rostests/winetests/kernel32/
H A Dmodule.c33 MODULEINFO *modinfo, DWORD cb);