Home
last modified time | relevance | path

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

/reactos/ntoskrnl/mm/
H A Dsection.c305 const IMAGE_OPTIONAL_HEADER32 * piohOptHeader; in PeFmtCreateSection() local
451 piohOptHeader = &pinhNtHeader->OptionalHeader; in PeFmtCreateSection()
461 switch(piohOptHeader->Magic) 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()
489 nFileAlignment = piohOptHeader->FileAlignment; in PeFmtCreateSection()
503 switch(piohOptHeader->Magic) in PeFmtCreateSection()
509 ImageBase = piohOptHeader->ImageBase; in PeFmtCreateSection()
535 piohOptHeader->AddressOfEntryPoint); in PeFmtCreateSection()
[all …]