Searched refs:EM_PDSP (Results 1 - 17 of 17) sorted by relevance
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 133 case EM_PDSP: in dwelf_elf_e_machine_string()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 149 #define EM_PDSP 63 // Sony DSP Processor macro
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 118 { NULL, "elf_pdsp", "pdsp", 4, EM_PDSP, 0, 0 },
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 212 case EM_PDSP: in e_machine_to_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 173 EM_PDSP = 63, // Sony DSP Processor enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 174 EM_PDSP = 63, // Sony DSP Processor enumerator
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 170 { EM_PDSP, "Sony DSP Processor" },
|
H A D | elf_types.hpp | 128 constexpr Elf_Half EM_PDSP = 63; // Sony DSP Processor member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 184 #define EM_PDSP 63 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 184 #define EM_PDSP 63 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 184 #define EM_PDSP 63 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 184 #define EM_PDSP 63 macro
|
/third_party/musl/include/ |
H A D | elf.h | 184 #define EM_PDSP 63 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 111 ECase(EM_PDSP); in enumeration()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 220 #define EM_PDSP 63 /* Sony DSP Processor */ macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 327 EM_ST100, EM_TINYJ, EM_X86_64, EM_PDSP, EM_FX66, EM_ST9PLUS, EM_ST7,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1490 pub const EM_PDSP: u16 = 63; consts
|
Completed in 97 milliseconds