Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/coff/
H A Dpe.h242 char SectionAlignment[4]; member
281 char SectionAlignment[4]; member
H A Dinternal.h178 bfd_vma SectionAlignment; /* section alignment default 0x1000 */ member
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DObject.h122 Dest.SectionAlignment = Src.SectionAlignment; in copyPeHeader()
H A DWriter.cpp139 Obj.PeHeader.SectionAlignment); in finalize()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodePadder.cpp219 uint64_t SectionAlignment = Fragment->getParent()->getAlignment(); in relaxFragment() local
220 assert(isPowerOf2_64(SectionAlignment) && in relaxFragment()
239 Offset += SectionAlignment) { in relaxFragment()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h110 LLVM_YAML_STRONG_TYPEDEF(uint16_t, SectionAlignment)
122 SectionAlignment alignment;
H A DMachONormalizedFileYAML.cpp242 template <> struct ScalarTraits<SectionAlignment> {
243 static void output(const SectionAlignment &value, void *ctxt, in output()
249 SectionAlignment &value) { in input()
302 io.mapOptional("alignment", sect.alignment, (SectionAlignment)1); in mapping()
/freebsd-12.1/contrib/binutils/bfd/
H A DpeXXigen.c421 a->SectionAlignment = H_GET_32 (abfd, src->SectionAlignment); in _bfd_XXi_swap_aouthdr_in()
556 if (!extra->SectionAlignment) in _bfd_XXi_swap_aouthdr_out()
557 extra->SectionAlignment = PE_DEF_SECTION_ALIGNMENT; in _bfd_XXi_swap_aouthdr_out()
563 sa = extra->SectionAlignment; in _bfd_XXi_swap_aouthdr_out()
700 H_PUT_32 (abfd, extra->SectionAlignment, aouthdr_out->SectionAlignment); in _bfd_XXi_swap_aouthdr_out()
1915 fprintf_vma (file, i->SectionAlignment); in _bfd_XX_print_private_bfd_data_common()
H A DChangeLog-00018661 FileAlignment and SectionAlignment to minimum alignment if they
/freebsd-12.1/stand/efi/include/amd64/
H A Dpe.h139 UINT32 SectionAlignment; member
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h549 uint32_t SectionAlignment; member
/freebsd-12.1/stand/efi/include/i386/
H A Dpe.h139 UINT32 SectionAlignment; member
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h116 support::ulittle32_t SectionAlignment; member
151 support::ulittle32_t SectionAlignment; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp450 IO.mapRequired("SectionAlignment", PH.Header.SectionAlignment); in mapping()
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dpep.em262 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT),
707 if (pep.FileAlignment > pep.SectionAlignment)
H A Dpe.em286 D(SectionAlignment,"__section_alignment__", PE_DEF_SECTION_ALIGNMENT),
742 pe.SectionAlignment)
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp1170 PE->SectionAlignment = PageSize; in writeHeader()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp696 W.printNumber("SectionAlignment", Hdr->SectionAlignment); in printPEHeader()