Searched refs:ImageCharacteristics (Results 1 – 9 of 9) sorted by relevance
224 _Out_ PUSHORT ImageCharacteristics
356 USHORT ImageCharacteristics; member
808 _Out_ PUSHORT ImageCharacteristics) in LdrVerifyImageMatchesChecksum() argument899 if (ImageCharacteristics) in LdrVerifyImageMatchesChecksum()902 *ImageCharacteristics = NtHeader->FileHeader.Characteristics; in LdrVerifyImageMatchesChecksum()
1438 USHORT ImageCharacteristics; in SmpInitializeKnownDllsInternal() local1569 &ImageCharacteristics); in SmpInitializeKnownDllsInternal()1580 else if (!(ImageCharacteristics & IMAGE_FILE_DLL)) in SmpInitializeKnownDllsInternal()
659 …ImageSectionObject->ImageInformation.ImageCharacteristics = pinhNtHeader->FileHeader.Characteristi… in PeFmtCreateSection()3120 if(ImageSectionObject->ImageInformation.ImageCharacteristics & IMAGE_FILE_DLL) in ExeFmtpCreateImageSection()
388 ok( image.ImageCharacteristics == nt_header->FileHeader.Characteristics, in query_image_section()390 image.ImageCharacteristics, nt_header->FileHeader.Characteristics ); in query_image_section()
4012 …ge.ImageCharacteristics == nt->FileHeader.Characteristics, "expected %#x, got %#x\n", nt->FileHead… in test_NtQuerySection()
3547 if (ImageInformation.ImageCharacteristics & IMAGE_FILE_DLL) in CreateProcessInternalW()
2059 USHORT ImageCharacteristics; member