Home
last modified time | relevance | path

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

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c77 case EM_SPU: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp108 #define EM_SPU 23 // Sony/Toshiba/IBM SPU macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h145 EM_SPU = 23, // IBM SPU/SPC enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h146 EM_SPU = 23, // IBM SPU/SPC enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp129 { EM_SPU, "Sony/Toshiba/IBM SPU" },
Delf_types.hpp87 constexpr Elf_Half EM_SPU = 23; // Sony/Toshiba/IBM SPU variable
/third_party/elfutils/libelf/
Delf.h191 #define EM_SPU 23 /* IBM SPU/SPC */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp83 ECase(EM_SPU); in enumeration()