Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_ASE_M16 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h360 #define EF_MIPS_ARCH_ASE_M16 0x04000000 /* MIPS-16 ISA extensions */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp152 if (PlatformFlags & ELF::EF_MIPS_ARCH_ASE_M16) in getMIPSFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h550 EF_MIPS_ARCH_ASE_M16 = 0x04000000, // Has Mips-16 ISA extensions enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp1000 Flags |= ELF::EF_MIPS_ARCH_ASE_M16; in emitDirectiveSetMips16()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h451 _ELF_DEFINE_EF(EF_MIPS_ARCH_ASE_M16, 0x04000000UL, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp443 BCase(EF_MIPS_ARCH_ASE_M16); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1408 case llvm::ELF::EF_MIPS_ARCH_ASE_M16: in GetSectionHeaderInfo()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c441 {EF_MIPS_ARCH_ASE_M16, "mips16"},
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1547 ENUM_ENT(EF_MIPS_ARCH_ASE_M16, "mips16"),