Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1140 getAssembler().setELFHeaderEFlags(ELF::EF_ARM_EABI_VER5); in reset()
1498 S->getAssembler().setELFHeaderEFlags(ELF::EF_ARM_EABI_VER5); in createARMELFStreamer()
/freebsd/sys/sys/
H A Delf_common.h332 #define EF_ARM_EABI_VER5 0x05000000 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h445 EF_ARM_EABI_VER5 = 0x05000000U, enumerator
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp96 return EF_ARM_EABI_VER5 | abiFloatType | armBE8; in calcEFlags()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h413 _ELF_DEFINE_EF(EF_ARM_EABI_VER5, 0x05000000UL, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp431 BCaseMask(EF_ARM_EABI_VER5, EF_ARM_EABIMASK); in bitset()