Searched refs:SizeOfStackCommit (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/binutils/include/coff/ |
| H A D | pe.h | 257 char SizeOfStackCommit[4]; member 296 char SizeOfStackCommit[8]; member
|
| H A D | internal.h | 201 bfd_vma SizeOfStackCommit; /* amount of memory initially committed for member
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Object.h | 137 Dest.SizeOfStackCommit = Src.SizeOfStackCommit; in copyPeHeader()
|
| /freebsd-12.1/stand/efi/include/amd64/ |
| H A D | pe.h | 154 UINT32 SizeOfStackCommit; member
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | peXXigen.c | 439 a->SizeOfStackCommit = in _bfd_XXi_swap_aouthdr_in() 440 GET_OPTHDR_SIZE_OF_STACK_COMMIT (abfd, src->SizeOfStackCommit); in _bfd_XXi_swap_aouthdr_in() 720 PUT_OPTHDR_SIZE_OF_STACK_COMMIT (abfd, extra->SizeOfStackCommit, in _bfd_XXi_swap_aouthdr_out() 721 aouthdr_out->SizeOfStackCommit); in _bfd_XXi_swap_aouthdr_out() 1977 fprintf_vma (file, i->SizeOfStackCommit); in _bfd_XX_print_private_bfd_data_common()
|
| H A D | cofflink.c | 1187 pe_data(output_bfd)->pe_opthdr.SizeOfStackCommit = val; in dores_com()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 565 uint32_t SizeOfStackCommit; member
|
| /freebsd-12.1/stand/efi/include/i386/ |
| H A D | pe.h | 154 UINT32 SizeOfStackCommit; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | COFF.h | 132 support::ulittle32_t SizeOfStackCommit; member 166 support::ulittle64_t SizeOfStackCommit; member
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 463 IO.mapRequired("SizeOfStackCommit", PH.Header.SizeOfStackCommit); in mapping()
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | pep.em | 272 D(SizeOfStackCommit,"__size_of_stack_commit__", 0x1000), 1283 pep.SizeOfStackCommit = pep_def_file->stack_commit;
|
| H A D | pe.em | 300 D(SizeOfStackCommit,"__size_of_stack_commit__", 0x1000), 1448 pe.SizeOfStackCommit = pe_def_file->stack_commit;
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Writer.cpp | 1189 PE->SizeOfStackCommit = Config->StackCommit; in writeHeader()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 712 W.printNumber("SizeOfStackCommit", Hdr->SizeOfStackCommit); in printPEHeader()
|