Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c151 .bt_machine = EM_SH,
159 .bt_machine = EM_SH,
167 .bt_machine = EM_SH,
176 .bt_machine = EM_SH,
185 .bt_machine = EM_SH,
194 .bt_machine = EM_SH,
348 .bt_machine = EM_SH,
356 .bt_machine = EM_SH,
364 .bt_machine = EM_SH,
373 .bt_machine = EM_SH,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp44 .Case("sh", EM_SH) in convertArchNameToEMachine()
256 case EM_SH: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h230 #define EM_SH 42 /* Hitachi SH. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h159 EM_SH = 42, // Hitachi SH enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h643 _ELF_DEFINE_EM(EM_SH, 42, "Hitachi SH") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp221 ECase(EM_SH); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c527 case EM_SH: return "Hitachi SH"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1148 ENUM_ENT(EM_SH, "Hitachi SH"),