Searched refs:EF_ARM_APCS_26 (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/arm/include/
H A Delf_machdep.h21 #define EF_ARM_APCS_26 0x00000008 /* GNU binutils 000413 */ macro
/netbsd-current/sys/arch/aarch64/include/
H A Delf_machdep.h50 #define EF_ARM_APCS_26 0x00000008 /* GNU binutils 000413 */ macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Darm.h30 #define EF_ARM_APCS_26 0x08 macro
68 #define F_APCS26 EF_ARM_APCS_26
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Darm.h30 #define EF_ARM_APCS_26 0x08 macro
68 #define F_APCS26 EF_ARM_APCS_26
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Darm.h30 #define EF_ARM_APCS_26 0x08 macro
68 #define F_APCS26 EF_ARM_APCS_26
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Darm.h30 #define EF_ARM_APCS_26 0x08 macro
68 #define F_APCS26 EF_ARM_APCS_26
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c13960 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
15138 if (flags & EF_ARM_APCS_26)
15165 flags &= ~(EF_ARM_INTERWORK | EF_ARM_APCS_26 | EF_ARM_APCS_FLOAT
20759 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
20763 ibfd, in_flags & EF_ARM_APCS_26 ? 26 : 32,
20764 obfd, out_flags & EF_ARM_APCS_26 ? 26 : 32);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-arm.c13952 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
15076 if (flags & EF_ARM_APCS_26)
15103 flags &= ~(EF_ARM_INTERWORK | EF_ARM_APCS_26 | EF_ARM_APCS_FLOAT
20685 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
20689 ibfd, in_flags & EF_ARM_APCS_26 ? 26 : 32,
20690 obfd, out_flags & EF_ARM_APCS_26 ? 26 : 32);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c13952 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
15129 if (flags & EF_ARM_APCS_26)
15156 flags &= ~(EF_ARM_INTERWORK | EF_ARM_APCS_26 | EF_ARM_APCS_FLOAT
20710 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
20714 ibfd, in_flags & EF_ARM_APCS_26 ? 26 : 32,
20715 obfd, out_flags & EF_ARM_APCS_26 ? 26 : 32);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c13951 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
15128 if (flags & EF_ARM_APCS_26)
15155 flags &= ~(EF_ARM_INTERWORK | EF_ARM_APCS_26 | EF_ARM_APCS_FLOAT
20700 if ((in_flags & EF_ARM_APCS_26) != (out_flags & EF_ARM_APCS_26))
20704 ibfd, in_flags & EF_ARM_APCS_26 ? 26 : 32,
20705 obfd, out_flags & EF_ARM_APCS_26 ? 26 : 32);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c2820 case EF_ARM_APCS_26:
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3339 case EF_ARM_APCS_26:
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3253 case EF_ARM_APCS_26:

Completed in 700 milliseconds