Home
last modified time | relevance | path

Searched refs:EF_MIPS_FP64 (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/Arch/
H A DMipsArchTree.cpp70 bool fp = files[0].flags & EF_MIPS_FP64; in checkFlags()
86 bool fp2 = f.flags & EF_MIPS_FP64; in checkFlags()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h514 EF_MIPS_FP64 = 0x00000200, // Code compiled for a 32-bit machine enumerator
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp436 BCase(EF_MIPS_FP64); in bitset()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1457 ENUM_ENT(EF_MIPS_FP64, "fp64"),