Home
last modified time | relevance | path

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

/freebsd/contrib/file/magic/Magdir/
H A Delf195 >18 leshort 88 Renesas M32R,
331 >18 leshort 0x9041 Cygnus M32R (unofficial),
H A Dmsdos291 >>(0x3c.l+4) leshort 0x9041 Mitsubishi M32R
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp43 io.enumCase(Value, "M32R", PDB_Machine::M32R); in enumeration()
H A DMinimalSymbolDumper.cpp281 RETURN_CASE(CPUType, M32R, "m32r"); in formatMachineType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h129 M32R = 0xb0, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h136 M32R = 0x9041, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp325 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, M32R, OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp200 CV_ENUM_CLASS_ENT(CPUType, M32R),