Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDMipsArchTree.cpp97 (EF_MIPS_ABI | EF_MIPS_ABI2 | EF_MIPS_ARCH_ASE | EF_MIPS_NOREORDER | in getMiscFlags()
/freebsd-13-stable/sys/sys/
HDelf_common.h357 #define EF_MIPS_ARCH_ASE 0x0F000000 /* Architectural extensions */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h555 EF_MIPS_ARCH_ASE = 0x0f000000, // Mask for EF_MIPS_ARCH_ASE_xxx flags enumerator
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h447 _ELF_DEFINE_EF(EF_MIPS_ARCH_ASE, 0x0F000000UL, \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1418 switch (header.e_flags & llvm::ELF::EF_MIPS_ARCH_ASE) { in GetSectionHeaderInfo()