Searched refs:EM_SH (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_bfdtarget.c | 151 .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 D | ELF.cpp | 44 .Case("sh", EM_SH) in convertArchNameToEMachine() 256 case EM_SH: in convertEMachineToArchName()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 230 #define EM_SH 42 /* Hitachi SH. */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 159 EM_SH = 42, // Hitachi SH enumerator
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 643 _ELF_DEFINE_EM(EM_SH, 42, "Hitachi SH") \
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 221 ECase(EM_SH); in enumeration()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 527 case EM_SH: return "Hitachi SH"; in elf_machine()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1148 ENUM_ENT(EM_SH, "Hitachi SH"),
|