Home
last modified time | relevance | path

Searched refs:EF_RISCV_RVC (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp96 EFlags |= ELF::EF_RISCV_RVC; in finish()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp156 if (eflags & EF_RISCV_RVC) in calcEFlags()
157 target |= EF_RISCV_RVC; in calcEFlags()
737 const bool rvc = getEFlags(sec.file) & EF_RISCV_RVC; in relaxCall()
/freebsd/sys/sys/
H A Delf_common.h377 #define EF_RISCV_RVC 0x00000001 macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c514 elf_file.ehdr.e_flags |= EF_RISCV_RVC; in dump_elf32()
671 elf_file.ehdr.e_flags |= EF_RISCV_RVC; in dump_elf64()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp370 if (PlatformFlags & ELF::EF_RISCV_RVC) { in getRISCVFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h674 EF_RISCV_RVC = 0x0001, enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h461 _ELF_DEFINE_EF(EF_RISCV_RVC, 0x00000001UL, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp541 BCase(EF_RISCV_RVC); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1445 if (header.e_flags & llvm::ELF::EF_RISCV_RVC) in GetSectionHeaderInfo()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c453 {EF_RISCV_RVC, "RVC"},
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1679 ENUM_ENT(EF_RISCV_RVC, "RVC"),