Searched refs:SectionAlignment (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/binutils/include/coff/
H A Dpe.h242 char SectionAlignment[4]; member in struct:__anon423
281 char SectionAlignment[4]; member in struct:__anon424
H A Dinternal.h178 bfd_vma SectionAlignment; /* section alignment default 0x1000 */ member in struct:internal_extra_pe_aouthdr
/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h76 support::ulittle32_t SectionAlignment; member in struct:llvm::object::pe32_header
109 support::ulittle32_t SectionAlignment; member in struct:llvm::object::pe32plus_header
/freebsd-10.2-release/contrib/binutils/bfd/
H A DpeXXigen.c422 a->SectionAlignment = H_GET_32 (abfd, src->SectionAlignment);
546 if (!extra->SectionAlignment)
547 extra->SectionAlignment = PE_DEF_SECTION_ALIGNMENT;
553 sa = extra->SectionAlignment;
690 H_PUT_32 (abfd, extra->SectionAlignment, aouthdr_out->SectionAlignment);
1896 fprintf_vma (file, i->SectionAlignment);
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DCOFF.h464 uint32_t SectionAlignment; member in struct:llvm::COFF::PEHeader
/freebsd-10.2-release/sys/boot/efi/include/i386/
H A Dpe.h139 UINT32 SectionAlignment; member in struct:_IMAGE_OPTIONAL_HEADER
/freebsd-10.2-release/sys/boot/efi/include/ia64/
H A Dpe.h158 UINT32 SectionAlignment; member in struct:_IMAGE_OPTIONAL_HEADER
/freebsd-10.2-release/sys/boot/efi/include/amd64/
H A Dpe.h139 UINT32 SectionAlignment; member in struct:_IMAGE_OPTIONAL_HEADER
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp613 W.printNumber("SectionAlignment", PEHeader->SectionAlignment);

Completed in 81 milliseconds