Home
last modified time | relevance | path

Searched refs:EF_ARM_SOFT_FLOAT (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h343 #define EF_ARM_SOFT_FLOAT EF_ARM_ABI_FLOAT_SOFT /* Pre-V5 ABI name */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h438 EF_ARM_SOFT_FLOAT = 0x00000200U, // Legacy pre EABI_VER5 enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h429 _ELF_DEFINE_EF(EF_ARM_SOFT_FLOAT, 0x00000200UL, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp425 BCase(EF_ARM_SOFT_FLOAT); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1435 if (header.e_flags & llvm::ELF::EF_ARM_SOFT_FLOAT) in GetSectionHeaderInfo()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c427 {EF_ARM_SOFT_FLOAT, "software FP"},