Searched refs:EF_ARM_VFP_FLOAT (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Darm.h37 #define EF_ARM_VFP_FLOAT 0x400 macro
51 #define EF_ARM_ABI_FLOAT_HARD 0x400 /* NB conflicts with EF_ARM_VFP_FLOAT. */
72 #define F_VFP_FLOAT EF_ARM_VFP_FLOAT
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Darm.h37 #define EF_ARM_VFP_FLOAT 0x400 macro
51 #define EF_ARM_ABI_FLOAT_HARD 0x400 /* NB conflicts with EF_ARM_VFP_FLOAT. */
72 #define F_VFP_FLOAT EF_ARM_VFP_FLOAT
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Darm.h37 #define EF_ARM_VFP_FLOAT 0x400 macro
51 #define EF_ARM_ABI_FLOAT_HARD 0x400 /* NB conflicts with EF_ARM_VFP_FLOAT. */
72 #define F_VFP_FLOAT EF_ARM_VFP_FLOAT
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Darm.h37 #define EF_ARM_VFP_FLOAT 0x400 macro
51 #define EF_ARM_ABI_FLOAT_HARD 0x400 /* NB conflicts with EF_ARM_VFP_FLOAT. */
72 #define F_VFP_FLOAT EF_ARM_VFP_FLOAT
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h433 EF_ARM_VFP_FLOAT = 0x00000400U, // Legacy pre EABI_VER5
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp401 BCase(EF_ARM_VFP_FLOAT);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c15143 if (flags & EF_ARM_VFP_FLOAT)
15167 | EF_ARM_SOFT_FLOAT | EF_ARM_VFP_FLOAT
20782 if ((in_flags & EF_ARM_VFP_FLOAT) != (out_flags & EF_ARM_VFP_FLOAT))
20784 if (in_flags & EF_ARM_VFP_FLOAT)
20819 || (in_flags & EF_ARM_VFP_FLOAT) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-arm.c15081 if (flags & EF_ARM_VFP_FLOAT)
15105 | EF_ARM_SOFT_FLOAT | EF_ARM_VFP_FLOAT
20708 if ((in_flags & EF_ARM_VFP_FLOAT) != (out_flags & EF_ARM_VFP_FLOAT))
20710 if (in_flags & EF_ARM_VFP_FLOAT)
20745 || (in_flags & EF_ARM_VFP_FLOAT) == 0)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c15134 if (flags & EF_ARM_VFP_FLOAT)
15158 | EF_ARM_SOFT_FLOAT | EF_ARM_VFP_FLOAT
20733 if ((in_flags & EF_ARM_VFP_FLOAT) != (out_flags & EF_ARM_VFP_FLOAT))
20735 if (in_flags & EF_ARM_VFP_FLOAT)
20770 || (in_flags & EF_ARM_VFP_FLOAT) == 0)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c15133 if (flags & EF_ARM_VFP_FLOAT)
15157 | EF_ARM_SOFT_FLOAT | EF_ARM_VFP_FLOAT
20723 if ((in_flags & EF_ARM_VFP_FLOAT) != (out_flags & EF_ARM_VFP_FLOAT))
20725 if (in_flags & EF_ARM_VFP_FLOAT)
20760 || (in_flags & EF_ARM_VFP_FLOAT) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darm-tdep.c8993 switch (e_flags & (EF_ARM_SOFT_FLOAT | EF_ARM_VFP_FLOAT))
9004 case EF_ARM_VFP_FLOAT:
9007 case EF_ARM_SOFT_FLOAT | EF_ARM_VFP_FLOAT:
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darm-tdep.c10205 switch (e_flags & (EF_ARM_SOFT_FLOAT | EF_ARM_VFP_FLOAT))
10216 case EF_ARM_VFP_FLOAT:
10219 case EF_ARM_SOFT_FLOAT | EF_ARM_VFP_FLOAT:
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c2793 case EF_ARM_ABI_FLOAT_HARD: /* Conflicts with EF_ARM_VFP_FLOAT. */
2848 case EF_ARM_VFP_FLOAT:
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3312 case EF_ARM_ABI_FLOAT_HARD: /* Conflicts with EF_ARM_VFP_FLOAT. */
3367 case EF_ARM_VFP_FLOAT:
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3226 case EF_ARM_ABI_FLOAT_HARD: /* Conflicts with EF_ARM_VFP_FLOAT. */
3281 case EF_ARM_VFP_FLOAT:

Completed in 626 milliseconds