Home
last modified time | relevance | path

Searched refs:EF_MIPS_NOREORDER (Results 1 – 8 of 8) 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.h347 #define EF_MIPS_NOREORDER 0x00000001 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h509 EF_MIPS_NOREORDER = 0x00000001, // Don't reorder instructions enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp1008 Flags |= ELF::EF_MIPS_NOREORDER; in emitDirectiveSetNoReorder()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h435 _ELF_DEFINE_EF(EF_MIPS_NOREORDER, 0x00000001UL, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp435 BCase(EF_MIPS_NOREORDER); in bitset()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c434 {EF_MIPS_NOREORDER, "noreorder"},
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1517 ENUM_ENT(EF_MIPS_NOREORDER, "noreorder"),