/reactos/sdk/include/host/ |
H A D | pecoff.h | 116 DWORD SectionAlignment; member 149 DWORD SectionAlignment; member
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | loader.c | 217 if (nt_header->OptionalHeader.SectionAlignment >= page_size) in create_test_dll() 434 if (!(nt_header->OptionalHeader.SectionAlignment % page_size)) in query_image_section() 979 nt_header.OptionalHeader.SectionAlignment = page_size; in test_Loader() 1113 nt64.OptionalHeader.SectionAlignment = 0x1000; in test_Loader() 1228 nt32.OptionalHeader.SectionAlignment = 0x1000; in test_Loader() 1329 nt_header.OptionalHeader.SectionAlignment = page_size; in test_filenames() 1869 nt_header.OptionalHeader.SectionAlignment = page_size; in test_section_access() 2035 nt.OptionalHeader.SectionAlignment = page_size; in test_import_resolution() 2071 section.VirtualAddress = nt.OptionalHeader.SectionAlignment; in test_import_resolution() 2956 nt_header.OptionalHeader.SectionAlignment = 0x1000; in test_ExitProcess() [all …]
|
H A D | resource.c | 200 opt->SectionAlignment = page_size; in build_exe()
|
H A D | file.c | 2259 nt->OptionalHeader.SectionAlignment = 0x1000; in create_fake_dll()
|
/reactos/sdk/tools/rsym/ |
H A D | rsym.cmake.c | 114 OptionalHeader->SectionAlignment); in main()
|
H A D | rsym.c | 1025 OutOptHeader->SectionAlignment); in CreateOutputFile() 1046 OutOptHeader->SectionAlignment)) in CreateOutputFile() 1050 OutOptHeader->SectionAlignment); in CreateOutputFile() 1079 OutOptHeader->SectionAlignment); in CreateOutputFile()
|
/reactos/sdk/include/ddk/ |
H A D | ntimage.h | 301 ULONG SectionAlignment; member 350 ULONG SectionAlignment; member
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | ntddk_ex.h | 158 DWORD SectionAlignment; member
|
/reactos/boot/freeldr/freeldr/lib/mm/ |
H A D | meminit.c | 290 (OptionalHeader->SectionAlignment != OptionalHeader->FileAlignment)) in MmCheckFreeldrImageFile() 307 OptionalHeader->SectionAlignment, OptionalHeader->FileAlignment); in MmCheckFreeldrImageFile()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | generated.c | 1057 TEST_FIELD_SIZE (IMAGE_OPTIONAL_HEADER32, SectionAlignment, 4) in test_pack_IMAGE_OPTIONAL_HEADER32() 1058 TEST_FIELD_ALIGN (IMAGE_OPTIONAL_HEADER32, SectionAlignment, 4) in test_pack_IMAGE_OPTIONAL_HEADER32() 1059 TEST_FIELD_OFFSET(IMAGE_OPTIONAL_HEADER32, SectionAlignment, 32) in test_pack_IMAGE_OPTIONAL_HEADER32() 1154 TEST_FIELD_SIZE (IMAGE_OPTIONAL_HEADER64, SectionAlignment, 4) in test_pack_IMAGE_OPTIONAL_HEADER64() 1155 TEST_FIELD_ALIGN (IMAGE_OPTIONAL_HEADER64, SectionAlignment, 4) in test_pack_IMAGE_OPTIONAL_HEADER64() 1156 TEST_FIELD_OFFSET(IMAGE_OPTIONAL_HEADER64, SectionAlignment, 32) in test_pack_IMAGE_OPTIONAL_HEADER64() 4474 TEST_FIELD_SIZE (IMAGE_OPTIONAL_HEADER32, SectionAlignment, 4) in test_pack_IMAGE_OPTIONAL_HEADER32() 4475 TEST_FIELD_ALIGN (IMAGE_OPTIONAL_HEADER32, SectionAlignment, 4) in test_pack_IMAGE_OPTIONAL_HEADER32() 4476 TEST_FIELD_OFFSET(IMAGE_OPTIONAL_HEADER32, SectionAlignment, 32) in test_pack_IMAGE_OPTIONAL_HEADER32() 4571 TEST_FIELD_SIZE (IMAGE_OPTIONAL_HEADER64, SectionAlignment, 4) in test_pack_IMAGE_OPTIONAL_HEADER64() [all …]
|
/reactos/drivers/storage/ide/uniata/ |
H A D | ntddk_ex.h | 586 DWORD SectionAlignment; member
|
/reactos/ntoskrnl/mm/ |
H A D | section.c | 169 C_ASSERT(PEFMT_FIELDS_EQUAL(IMAGE_OPTIONAL_HEADER32, IMAGE_OPTIONAL_HEADER64, SectionAlignment)); 476 if (RTL_CONTAINS_FIELD(piohOptHeader, cbOptHeaderSize, SectionAlignment) && in PeFmtCreateSection() 480 if(piohOptHeader->SectionAlignment < PAGE_SIZE) in PeFmtCreateSection() 482 if(piohOptHeader->FileAlignment != piohOptHeader->SectionAlignment) in PeFmtCreateSection() 485 else if(piohOptHeader->SectionAlignment < piohOptHeader->FileAlignment) in PeFmtCreateSection() 488 nSectionAlignment = piohOptHeader->SectionAlignment; in PeFmtCreateSection()
|
/reactos/dll/win32/kernel32/wine/ |
H A D | res.c | 1433 PeSectionAlignment = nt64->OptionalHeader.SectionAlignment; in write_raw_resources() 1437 PeSectionAlignment = nt->OptionalHeader.SectionAlignment; in write_raw_resources()
|
/reactos/modules/rosapps/applications/sysutils/pedump/ |
H A D | pedump.c | 221 DWORD SectionAlignment; member 783 DWORD SectionAlignment; member
|
/reactos/sdk/include/xdk/ |
H A D | winnt_old.h | 3085 DWORD SectionAlignment; member 3118 DWORD SectionAlignment; member 3645 DWORD SectionAlignment; member
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | sysldr.c | 1565 Alignment = NtHeader->OptionalHeader.SectionAlignment; in MiFindInitializationCode() 2673 Alignment = NtHeaders->OptionalHeader.SectionAlignment - 1; in MiEnablePagingOfDriver()
|
/reactos/dll/win32/dbghelp/ |
H A D | compat.h | 188 DWORD SectionAlignment; member
|