Home
last modified time | relevance | path

Searched refs:SH3 (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/win32/wince/
Dlibxml2.vcp5 # TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
28 !MESSAGE "libxml2 - Win32 (WCE SH3) Release" (based on "Win32 (WCE SH3) Dynamic-Link Library")
171 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE SH3) Release"
188 …EVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
189 …EVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "SHx" /d "SH3" /d "_SH3_" /r
191 # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3…
192 …ML\win32\wince" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH3" /D "_SH3_" /D UNDE…
200 …:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
201 …:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
244 # Name "libxml2 - Win32 (WCE SH3) Release"
[all …]
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h132 SH3 = 0x1A2, enumerator
/external/llvm/tools/llvm-pdbdump/
DPdbYaml.cpp73 io.enumCase(Value, "SH3", PDB_Machine::SH3); in enumeration()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h109 SH3 = 0x50, enumerator
/external/libxml2/VxWorks/
DREADME42 the make command line are to tell it which VxWorks Target (SH3.2 little
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp191 CV_ENUM_CLASS_ENT(CPUType, SH3),
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp308 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, SH3, OS) in operator <<()