Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libpe/
H A Dpe.h89 #define IMAGE_FILE_MACHINE_POWERPCFP 0x1f1 /* Power PC floating point */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h111 IMAGE_FILE_MACHINE_POWERPCFP = 0x1F1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp78 ECase(IMAGE_FILE_MACHINE_POWERPCFP); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp441 {ArchSpec::eCore_ppc_generic, llvm::COFF::IMAGE_FILE_MACHINE_POWERPCFP,
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp358 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_FILE_MACHINE_POWERPCFP),