Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_ASE_MDMX (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h360 #define EF_MIPS_ARCH_ASE_MDMX 0x08000000 /* MDMX multimedia extension */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h554 EF_MIPS_ARCH_ASE_MDMX = 0x08000000, // Has MDMX multimedia extensions enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h449 _ELF_DEFINE_EF(EF_MIPS_ARCH_ASE_MDMX, 0x08000000UL, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp445 BCase(EF_MIPS_ARCH_ASE_MDMX); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1425 case llvm::ELF::EF_MIPS_ARCH_ASE_MDMX: in GetSectionHeaderInfo()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c440 {EF_MIPS_ARCH_ASE_MDMX, "mdmx"},
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1564 ENUM_ENT(EF_MIPS_ARCH_ASE_MDMX, "mdmx"),