Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpeicode.h1560 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 DpeXXigen.c485 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 DObject.h185 Dest.SectionAlignment = Src.SectionAlignment; in copyPeHeader()
H A DCOFFObjcopy.cpp39 Obj.IsPE ? Obj.PeHeader.SectionAlignment : 1); in getNextRVA()
H A DWriter.cpp214 Obj.PeHeader.SectionAlignment); in finalize()
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dpe.h256 char SectionAlignment[4]; member
295 char SectionAlignment[4]; member
H A Dinternal.h210 uint32_t SectionAlignment; /* Section alignment default 0x1000. */ member
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dpe.h259 char SectionAlignment[4]; member
298 char SectionAlignment[4]; member
H A Dinternal.h210 uint32_t SectionAlignment; /* Section alignment default 0x1000. */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp354 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 DCOFFYAML.cpp452 IO.mapRequired("SectionAlignment", PH.Header.SectionAlignment); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp57 YAMLObj.OptionalHeader->Header.SectionAlignment = in dumpOptionalHeader()
58 OptionalHeader->SectionAlignment; in dumpOptionalHeader()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-pe.c448 (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 Dpe.h144 UINT32 SectionAlignment; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dpe.h163 UINT32 SectionAlignment; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Dpe.h144 UINT32 SectionAlignment; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DCOFF.h552 uint32_t SectionAlignment; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h115 support::ulittle32_t SectionAlignment; member
150 support::ulittle32_t SectionAlignment; member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c491 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 Dbeos.em140 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT),
368 pe.SectionAlignment)
H A Dpep.em453 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT, false),
1071 if (pep.FileAlignment > pep.SectionAlignment)
H A Dpe.em452 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 Dbeos.em140 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT),
368 pe.SectionAlignment)
H A Dpep.em400 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 Dwinnt.d2983 DWORD SectionAlignment;
3017 DWORD SectionAlignment;
3606 DWORD SectionAlignment;

12