Home
last modified time | relevance | path

Searched refs:IMAGE_FILE_MACHINE_MIPS16 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dpe.h85 #define IMAGE_FILE_MACHINE_MIPS16 0x266 /* MIPS16 */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h107 IMAGE_FILE_MACHINE_MIPS16 = 0x266, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp74 ECase(IMAGE_FILE_MACHINE_MIPS16); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp354 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_FILE_MACHINE_MIPS16 ),