Searched defs:Machine (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.h51 /// Machine type from PE image
52 UINT16 Machine; member in struct:__anon10936
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPeCoffLib.h173 UINT16 Machine; member in struct:__anon11948
249 The ImageRead, Handle, PeCoffHeaderOffset, IsTeImage, Machine, ImageType, ImageAddress,
284 The ImageRead, Handle, PeCoffHeaderOffset, IsTeImage, Machine, ImageType, ImageAddress, ImageSize,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DPeCoffLib.h70 UINT16 Machine; member in struct:__anon9962
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c450 @retval EFI_UNSUPPORTED Image Machine Type is not supported.
468 UINT16 Machine; local
534 Machine = PeCoffLoaderGetMachineType (Pe32Data);
536 if (!EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Machine)) {
537 if (!EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED (Machine)) {
559 if (Machine != EFI_IMAGE_MACHINE_IA64) {
/vbox/src/VBox/Main/include/
H A DMachineImpl.h87 // Machine class
90 class ATL_NO_VTABLE Machine : class in inherits:MachineWrap
109 * by the Machine, SessionMachine and all SnapshotMachine instances
205 * separate from Data, because Machine and SessionMachine instances
348 DECLARE_EMPTY_CTOR_DTOR(Machine)
379 void i_unregisterMetrics(PerformanceCollector *aCollector, Machine *aMachine);
415 // that use it. Note: they should enter Machine lock to keep the returned
426 * used by ready Machine children (whose readiness is bound to the parent's
436 * used by ready Machine children (whose readiness is bound to the parent's
445 * used by ready Machine childre
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPeImage.h35 // PE32+ Machine type for EFI images
81 UINT16 Machine; member in struct:__anon11721
719 UINT16 Machine; ///< From the original file header. member in struct:__anon11751
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A DPeImage.h43 // PE32+ Machine type for EFI images
98 UINT16 Machine; member in struct:__anon10145
733 UINT16 Machine; // from the original file header member in struct:__anon10179
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimagehlp.h255 USHORT Machine; member in struct:_IMAGE_DEBUG_INFORMATION
H A Dwinnt.h2455 /* These are the settings of the Machine field. */
2575 WORD Machine; member in struct:_IMAGE_FILE_HEADER
3308 WORD Machine; member in struct:_IMPORT_OBJECT_HEADER
3343 WORD Machine; member in struct:_ANON_OBJECT_HEADER
3599 WORD Machine; member in struct:_IMAGE_SEPARATE_DEBUG_HEADER
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPeImage.h37 // PE32+ Machine type for EFI images
83 UINT16 Machine; member in struct:__anon15522
721 UINT16 Machine; ///< From the original file header. member in struct:__anon15552
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimagehlp.h195 USHORT Machine; member in struct:_IMAGE_DEBUG_INFORMATION
H A Dwinnt.h2673 /* These are the settings of the Machine field. */
2790 WORD Machine; member in struct:_IMAGE_FILE_HEADER
3475 WORD Machine; member in struct:_IMPORT_OBJECT_HEADER
3510 WORD Machine; member in struct:_ANON_OBJECT_HEADER
3764 WORD Machine; member in struct:_IMAGE_SEPARATE_DEBUG_HEADER
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp103 // Machine::Data structure
106 Machine::Data::Data()
120 /* mUuid is initialized in Machine::init() */
137 Machine::Data::~Data()
152 // Machine::HWData structure
155 Machine::HWData::HWData()
228 Machine::HWData::~HWData()
233 // Machine::HDData structure
236 Machine::MediaData::MediaData()
240 Machine
251 Machine::Machine() : function in class:Machine
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h306 uint16_t Machine; /**< 0x00 */ member in struct:_IMAGE_FILE_HEADER
823 uint16_t Machine; /**< 0x04 */ member in struct:_IMAGE_SEPARATE_DEBUG_HEADER
/vbox/include/iprt/nt/
H A Dnt.h1722 USHORT Machine; member in struct:_SECTION_IMAGE_INFORMATION

Completed in 239 milliseconds