HomeSort by relevance Sort by last modified time
    Searched defs:MachineType (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
DbiStreamBuilder.h 50 PDB_Machine MachineType;
DbiStream.h 58 support::ulittle16_t MachineType; // See PDB_MachineType enum.
  /external/syslinux/efi32/include/efi/
romload.h 28 UINT16 MachineType;
  /external/syslinux/efi64/include/efi/
romload.h 28 UINT16 MachineType;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
romload.h 28 UINT16 MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 102 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 101 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 101 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 102 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 101 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 101 PDB_Machine MachineType;
  /external/llvm/tools/llvm-pdbdump/
PdbYaml.h 55 PDB_Machine MachineType;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 35 enum MachineType {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 108 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 108 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 108 PDB_Machine MachineType;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 108 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 108 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 108 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 108 PDB_Machine MachineType;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 108 PDB_Machine MachineType;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 609 UINT16 MachineType;
638 MachineType = ImageContext->Machine;
673 MachineType = ImageContext->Machine;
710 MachineType = TeHdr->Machine;
812 switch (MachineType) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 449 UINT16 MachineType;
471 Status = CheckPE32File (InFptr, &MachineType, &SubSystem);
597 RomHdr.EfiMachineType = MachineType;
765 UINT16 *MachineType,
778 MachineType Location to stuff the machine type of the PE32 file. This is needed
832 memcpy ((char *) MachineType, &PeHdr.Pe32.FileHeader.Machine, 2);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
GenTEImage.c 106 UINT16 *MachineType,
126 UINT16 MachineType
243 UINT16 MachineType;
270 if (CheckPE32File (InFileName, InFptr, &MachineType, &SubSystem) != STATUS_SUCCESS) {
529 UINT16 *MachineType,
542 MachineType - GC_TODO: add argument description
561 MachineType Location to stuff the machine type of the PE32 file. This is needed
875 UINT16 MachineType
885 MachineType - GC_TODO: add argument description
896 if (mMachineTypes[Index].Value == MachineType) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 171 UINT16 *MachineType,
201 UINT16 MachineType
626 UINT16 MachineType;
646 Status = CheckPE32File (InFptr, &MachineType, &SubSystem);
756 RomHdr.EfiMachineType = MachineType;
878 UINT16 *MachineType,
890 MachineType - GC_TODO: add argument description
909 MachineType Location to stuff the machine type of the PE32 file. This is needed
958 // Read the file header and stuff their MachineType
965 memcpy ((char *) MachineType, &FileHdr.Machine, 2);
    [all...]

Completed in 1052 milliseconds

1 2