Home
last modified time | relevance | path

Searched refs:EM_RISCV (Results 1 – 22 of 22) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c395 case EM_RISCV: in dwelf_elf_e_machine_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFObjectWriter.cpp43 : MCELFObjectTargetWriter(Is64Bit, OSABI, ELF::EM_RISCV, in RISCVELFObjectWriter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp104 case ELF::EM_RISCV: in getELFRelocationTypeName()
182 case ELF::EM_RISCV: in getELFRelativeRelocationType()
DELFObjectFile.cpp295 case ELF::EM_RISCV: in getFeatures()
/third_party/elfutils/libebl/
Deblopenbackend.c150 { riscv_init, "elf_riscv", "riscv", 5, EM_RISCV, ELFCLASS64, ELFDATA2LSB },
151 { riscv_init, "elf_riscv", "riscv", 5, EM_RISCV, ELFCLASS32, ELFDATA2LSB },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h1081 case ELF::EM_RISCV: in getFileFormatName()
1101 case ELF::EM_RISCV: in getFileFormatName()
1155 case ELF::EM_RISCV: in getArch()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp313 #define EM_RISCV 243 // RISC-V macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp221 ECase(EM_RISCV); in enumeration()
380 case ELF::EM_RISCV: in bitset()
645 case ELF::EM_RISCV: in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h310 EM_RISCV = 243, // RISC-V enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h311 EM_RISCV = 243, // RISC-V enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp336 { EM_RISCV, "RISC-V" },
Delf_types.hpp292 constexpr Elf_Half EM_RISCV = 243; // RISC-V variable
/third_party/musl/porting/linux/user/include/
Delf.h315 #define EM_RISCV 243 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h315 #define EM_RISCV 243 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h315 #define EM_RISCV 243 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h315 #define EM_RISCV 243 macro
/third_party/musl/include/
Delf.h315 #define EM_RISCV 243 macro
/third_party/musl/ndk_musl_include/
Delf.h315 #define EM_RISCV 243 macro
/third_party/elfutils/libelf/
Delf.h357 #define EM_RISCV 243 /* RISC-V */ macro
/third_party/elfutils/src/
Delflint.c332 EM_TILEGX, EM_TILEPRO, EM_AARCH64, EM_BPF, EM_RISCV, EM_CSKY
4735 && !(ehdr->e_machine == EM_RISCV in check_program_header()
DChangeLog1302 * elflint.c (valid_e_machine): Add EM_RISCV.
Dreadelf.c3677 || ehdr->e_machine != EM_RISCV))) in print_attributes()