Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h515 EF_MIPS_FP64 = 0x00000200, // Code compiled for a 32-bit machine enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp440 BCase(EF_MIPS_FP64); in bitset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1522 ENUM_ENT(EF_MIPS_FP64, "fp64"),