Home
last modified time | relevance | path

Searched refs:IMAGE_FILE_MACHINE_ARM (Results 1 – 8 of 8) sorted by relevance

/freebsd/stand/efi/loader/arch/arm/
H A Dstart.S35 #define IMAGE_FILE_MACHINE_ARM 0x01c2 macro
57 .short IMAGE_FILE_MACHINE_ARM /* ARM file */
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp74 int machine_type = IMAGE_FILE_MACHINE_ARM; in UnwindSlow()
/freebsd/contrib/elftoolchain/libpe/
H A Dpe.h78 #define IMAGE_FILE_MACHINE_ARM 0x1c0 /* ARM LE */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h98 IMAGE_FILE_MACHINE_ARM = 0x1C0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp65 ECase(IMAGE_FILE_MACHINE_ARM); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp443 {ArchSpec::eCore_arm_generic, llvm::COFF::IMAGE_FILE_MACHINE_ARM,
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1364 case COFF::IMAGE_FILE_MACHINE_ARM: in toCodeViewMachine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp345 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_FILE_MACHINE_ARM ),