Searched refs:FileAlignment (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Writer.cpp | 53 FileSize = alignTo(FileSize, FileAlignment); in layoutSections() 103 FileAlignment = 1; in finalize() 110 FileAlignment = Obj.PeHeader.FileAlignment; in finalize() 121 SizeOfHeaders = alignTo(SizeOfHeaders, FileAlignment); in finalize() 167 FileSize = alignTo(FileSize, FileAlignment); in finalize()
|
| H A D | Object.h | 123 Dest.FileAlignment = Src.FileAlignment; in copyPeHeader()
|
| H A D | Writer.h | 30 size_t FileAlignment; variable
|
| /freebsd-12.1/contrib/binutils/include/coff/ |
| H A D | pe.h | 243 char FileAlignment[4]; member 282 char FileAlignment[4]; member
|
| H A D | internal.h | 179 bfd_vma FileAlignment; /* file alignment default 0x200 */ member
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | peXXigen.c | 422 a->FileAlignment = H_GET_32 (abfd, src->FileAlignment); in _bfd_XXi_swap_aouthdr_in() 554 if (!extra->FileAlignment) in _bfd_XXi_swap_aouthdr_out() 555 extra->FileAlignment = PE_DEF_FILE_ALIGNMENT; in _bfd_XXi_swap_aouthdr_out() 564 fa = extra->FileAlignment; in _bfd_XXi_swap_aouthdr_out() 701 H_PUT_32 (abfd, extra->FileAlignment, aouthdr_out->FileAlignment); in _bfd_XXi_swap_aouthdr_out() 1917 fprintf_vma (file, i->FileAlignment); in _bfd_XX_print_private_bfd_data_common()
|
| H A D | coffcode.h | 2992 page_size = pe_data (abfd)->pe_opthdr.FileAlignment; in coff_compute_section_file_positions()
|
| H A D | ChangeLog-0001 | 8661 FileAlignment and SectionAlignment to minimum alignment if they
|
| /freebsd-12.1/stand/efi/include/amd64/ |
| H A D | pe.h | 140 UINT32 FileAlignment; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 550 uint32_t FileAlignment; member
|
| /freebsd-12.1/stand/efi/include/i386/ |
| H A D | pe.h | 140 UINT32 FileAlignment; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | COFF.h | 117 support::ulittle32_t FileAlignment; member 152 support::ulittle32_t FileAlignment; member
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 451 IO.mapRequired("FileAlignment", PH.Header.FileAlignment); in mapping()
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | pep.em | 263 D(FileAlignment,"__file_alignment__", PE_DEF_FILE_ALIGNMENT), 707 if (pep.FileAlignment > pep.SectionAlignment)
|
| H A D | pe.em | 287 D(FileAlignment,"__file_alignment__", PE_DEF_FILE_ALIGNMENT), 741 if (pe.FileAlignment >
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Writer.cpp | 1171 PE->FileAlignment = SectorSize; in writeHeader()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 697 W.printNumber("FileAlignment", Hdr->FileAlignment); in printPEHeader()
|