/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | peicode.h | 1560 if ((a->SectionAlignment & -a->SectionAlignment) != a->SectionAlignment in pe_bfd_object_p() 1561 || a->SectionAlignment >= 0x80000000) in pe_bfd_object_p() 1565 a->SectionAlignment &= -a->SectionAlignment; in pe_bfd_object_p() 1566 if (a->SectionAlignment >= 0x80000000) in pe_bfd_object_p() 1567 a->SectionAlignment = 0x40000000; in pe_bfd_object_p() 1571 || a->FileAlignment > a->SectionAlignment) in pe_bfd_object_p() 1576 if (a->FileAlignment > a->SectionAlignment) in pe_bfd_object_p() 1577 a->FileAlignment = a->SectionAlignment; in pe_bfd_object_p()
|
H A D | peXXigen.c | 485 a->SectionAlignment = H_GET_32 (abfd, src->SectionAlignment); in _bfd_XXi_swap_aouthdr_in() 598 sa = extra->SectionAlignment; in _bfd_XXi_swap_aouthdr_out() 746 H_PUT_32 (abfd, extra->SectionAlignment, aouthdr_out->SectionAlignment); in _bfd_XXi_swap_aouthdr_out() 2829 fprintf (file, "\nSectionAlignment\t%08x\n", i->SectionAlignment); in _bfd_XX_print_private_bfd_data_common()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
H A D | Object.h | 185 Dest.SectionAlignment = Src.SectionAlignment; in copyPeHeader()
|
H A D | COFFObjcopy.cpp | 39 Obj.IsPE ? Obj.PeHeader.SectionAlignment : 1); in getNextRVA()
|
H A D | Writer.cpp | 214 Obj.PeHeader.SectionAlignment); in finalize()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | pe.h | 256 char SectionAlignment[4]; member 295 char SectionAlignment[4]; member
|
H A D | internal.h | 210 uint32_t SectionAlignment; /* Section alignment default 0x1000. */ member
|
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | pe.h | 259 char SectionAlignment[4]; member 298 char SectionAlignment[4]; member
|
H A D | internal.h | 210 uint32_t SectionAlignment; /* Section alignment default 0x1000. */ member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 354 Header->SectionAlignment = CP.Obj.OptionalHeader->Header.SectionAlignment; in initializeOptionalHeader() 360 uint32_t SizeOfImage = alignTo(SizeOfHeaders, Header->SectionAlignment); in initializeOptionalHeader() 374 SizeOfImage += alignTo(S.Header.VirtualSize, Header->SectionAlignment); in initializeOptionalHeader()
|
H A D | COFFYAML.cpp | 452 IO.mapRequired("SectionAlignment", PH.Header.SectionAlignment); in mapping()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 57 YAMLObj.OptionalHeader->Header.SectionAlignment = in dumpOptionalHeader() 58 OptionalHeader->SectionAlignment; in dumpOptionalHeader()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | od-pe.c | 448 (long) bfd_h_get_32 (abfd, xhdr.SectionAlignment)); in dump_pe_file_header() 544 (long) bfd_h_get_32 (abfd, xhdr.SectionAlignment)); in dump_pe_file_header()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/x86_64/ |
H A D | pe.h | 144 UINT32 SectionAlignment; member
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
H A D | pe.h | 163 UINT32 SectionAlignment; member
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
H A D | pe.h | 144 UINT32 SectionAlignment; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 552 uint32_t SectionAlignment; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | COFF.h | 115 support::ulittle32_t SectionAlignment; member 150 support::ulittle32_t SectionAlignment; member
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | peXXigen.c | 491 a->SectionAlignment = H_GET_32 (abfd, src->SectionAlignment); in _bfd_XXi_swap_aouthdr_in() 623 sa = extra->SectionAlignment; in _bfd_XXi_swap_aouthdr_out() 771 H_PUT_32 (abfd, extra->SectionAlignment, aouthdr_out->SectionAlignment); in _bfd_XXi_swap_aouthdr_out() 2808 fprintf (file, "\nSectionAlignment\t%08x\n", i->SectionAlignment); in _bfd_XX_print_private_bfd_data_common()
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | beos.em | 140 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT), 368 pe.SectionAlignment)
|
H A D | pep.em | 453 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT, false), 1071 if (pep.FileAlignment > pep.SectionAlignment)
|
H A D | pe.em | 452 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT, false), 1111 if (pe.FileAlignment > pe.SectionAlignment)
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | beos.em | 140 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT), 368 pe.SectionAlignment)
|
H A D | pep.em | 400 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT, false), 1005 if (pep.FileAlignment > pep.SectionAlignment)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winnt.d | 2983 DWORD SectionAlignment; 3017 DWORD SectionAlignment; 3606 DWORD SectionAlignment;
|