Home
last modified time | relevance | path

Searched refs:SizeOfHeapCommit (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h204 Dest.SizeOfHeapCommit = Src.SizeOfHeapCommit; in copyPeHeader()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DPeImage.h182 UINT32 SizeOfHeapCommit; member
232 UINT64 SizeOfHeapCommit; member
/freebsd/stand/efi/include/amd64/
H A Dpe.h155 UINT32 SizeOfHeapCommit; member
/freebsd/stand/efi/include/i386/
H A Dpe.h155 UINT32 SizeOfHeapCommit; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp386 Header->SizeOfHeapCommit = CP.Obj.OptionalHeader->Header.SizeOfHeapCommit; in initializeOptionalHeader()
H A DCOFFYAML.cpp496 IO.mapOptional("SizeOfHeapCommit", PH.Header.SizeOfHeapCommit); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h619 uint64_t SizeOfHeapCommit; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h138 support::ulittle32_t SizeOfHeapCommit; member
172 support::ulittle64_t SizeOfHeapCommit; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp160 printAddr("SizeOfHeapCommit", Hdr.SizeOfHeapCommit); in printPEHeader()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp751 W.printNumber("SizeOfHeapCommit", Hdr->SizeOfHeapCommit); in printPEHeader()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1849 pe->SizeOfHeapCommit = config->heapCommit; in writeHeader()