Home
last modified time | relevance | path

Searched refs:ImageCharacteristics (Results 1 – 9 of 9) sorted by relevance

/reactos/sdk/include/ndk/
H A Dumfuncs.h224 _Out_ PUSHORT ImageCharacteristics
H A Dmmtypes.h356 USHORT ImageCharacteristics; member
/reactos/dll/ntdll/ldr/
H A Dldrapi.c808 _Out_ PUSHORT ImageCharacteristics) in LdrVerifyImageMatchesChecksum() argument
899 if (ImageCharacteristics) in LdrVerifyImageMatchesChecksum()
902 *ImageCharacteristics = NtHeader->FileHeader.Characteristics; in LdrVerifyImageMatchesChecksum()
/reactos/base/system/smss/
H A Dsminit.c1438 USHORT ImageCharacteristics; in SmpInitializeKnownDllsInternal() local
1569 &ImageCharacteristics); in SmpInitializeKnownDllsInternal()
1580 else if (!(ImageCharacteristics & IMAGE_FILE_DLL)) in SmpInitializeKnownDllsInternal()
/reactos/ntoskrnl/mm/
H A Dsection.c659 …ImageSectionObject->ImageInformation.ImageCharacteristics = pinhNtHeader->FileHeader.Characteristi… in PeFmtCreateSection()
3120 if(ImageSectionObject->ImageInformation.ImageCharacteristics & IMAGE_FILE_DLL) in ExeFmtpCreateImageSection()
/reactos/modules/rostests/winetests/kernel32/
H A Dloader.c388 ok( image.ImageCharacteristics == nt_header->FileHeader.Characteristics, in query_image_section()
390 image.ImageCharacteristics, nt_header->FileHeader.Characteristics ); in query_image_section()
H A Dvirtual.c4012 …ge.ImageCharacteristics == nt->FileHeader.Characteristics, "expected %#x, got %#x\n", nt->FileHead… in test_NtQuerySection()
/reactos/dll/win32/kernel32/client/
H A Dproc.c3547 if (ImageInformation.ImageCharacteristics & IMAGE_FILE_DLL) in CreateProcessInternalW()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h2059 USHORT ImageCharacteristics; member