Searched refs:EM_CSKY (Results 1 - 13 of 13) sorted by relevance
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 399 case EM_CSKY: in dwelf_elf_e_machine_string()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 321 #define EM_CSKY 252 // C-SKY processor family macro
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 152 { csky_init, "elf_csky", "csky", 4, EM_CSKY, ELFCLASS32, ELFDATA2LSB },
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 344 { EM_CSKY, "C-SKY processor family" },
|
H A D | elf_types.hpp | 300 constexpr Elf_Half EM_CSKY = 252; // C-SKY processor family member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 317 #define EM_CSKY 252 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 317 #define EM_CSKY 252 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 317 #define EM_CSKY 252 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 317 #define EM_CSKY 252 macro
|
/third_party/musl/include/ |
H A D | elf.h | 317 #define EM_CSKY 252 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 360 #define EM_CSKY 252 /* C-SKY */ macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 332 EM_TILEGX, EM_TILEPRO, EM_AARCH64, EM_BPF, EM_RISCV, EM_CSKY
|
H A D | readelf.c | 3676 || ehdr->e_machine != EM_CSKY) in print_attributes()
|
Completed in 89 milliseconds