Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_ASE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp97 (EF_MIPS_ABI | EF_MIPS_ABI2 | EF_MIPS_ARCH_ASE | EF_MIPS_NOREORDER | in getMiscFlags()
/freebsd/sys/sys/
H A Delf_common.h359 #define EF_MIPS_ARCH_ASE 0x0F000000 /* Architectural extensions */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h555 EF_MIPS_ARCH_ASE = 0x0f000000, // Mask for EF_MIPS_ARCH_ASE_xxx flags enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h447 _ELF_DEFINE_EF(EF_MIPS_ARCH_ASE, 0x0F000000UL, \
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1418 switch (header.e_flags & llvm::ELF::EF_MIPS_ARCH_ASE) { in GetSectionHeaderInfo()