Home
last modified time | relevance | path

Searched refs:SectionAlignment (Results 1 – 17 of 17) sorted by relevance

/reactos/sdk/include/host/
H A Dpecoff.h116 DWORD SectionAlignment; member
149 DWORD SectionAlignment; member
/reactos/modules/rostests/winetests/kernel32/
H A Dloader.c217 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 Dresource.c200 opt->SectionAlignment = page_size; in build_exe()
H A Dfile.c2259 nt->OptionalHeader.SectionAlignment = 0x1000; in create_fake_dll()
/reactos/sdk/tools/rsym/
H A Drsym.cmake.c114 OptionalHeader->SectionAlignment); in main()
H A Drsym.c1025 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 Dntimage.h301 ULONG SectionAlignment; member
350 ULONG SectionAlignment; member
/reactos/drivers/filesystems/udfs/Include/
H A Dntddk_ex.h158 DWORD SectionAlignment; member
/reactos/boot/freeldr/freeldr/lib/mm/
H A Dmeminit.c290 (OptionalHeader->SectionAlignment != OptionalHeader->FileAlignment)) in MmCheckFreeldrImageFile()
307 OptionalHeader->SectionAlignment, OptionalHeader->FileAlignment); in MmCheckFreeldrImageFile()
/reactos/modules/rostests/winetests/ntdll/
H A Dgenerated.c1057 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 Dntddk_ex.h586 DWORD SectionAlignment; member
/reactos/ntoskrnl/mm/
H A Dsection.c169 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 Dres.c1433 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 Dpedump.c221 DWORD SectionAlignment; member
783 DWORD SectionAlignment; member
/reactos/sdk/include/xdk/
H A Dwinnt_old.h3085 DWORD SectionAlignment; member
3118 DWORD SectionAlignment; member
3645 DWORD SectionAlignment; member
/reactos/ntoskrnl/mm/ARM3/
H A Dsysldr.c1565 Alignment = NtHeader->OptionalHeader.SectionAlignment; in MiFindInitializationCode()
2673 Alignment = NtHeaders->OptionalHeader.SectionAlignment - 1; in MiEnablePagingOfDriver()
/reactos/dll/win32/dbghelp/
H A Dcompat.h188 DWORD SectionAlignment; member