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

/netbsd-current/sys/arch/arm/include/
H A Delf_machdep.h25 #define EF_ARM_PIC 0x00000020 macro
/netbsd-current/sys/arch/aarch64/include/
H A Delf_machdep.h54 #define EF_ARM_PIC 0x00000020 macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Darm.h32 #define EF_ARM_PIC 0x20 macro
70 #define F_PIC EF_ARM_PIC
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Darm.h32 #define EF_ARM_PIC 0x20 macro
70 #define F_PIC EF_ARM_PIC
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Darm.h32 #define EF_ARM_PIC 0x20 macro
70 #define F_PIC EF_ARM_PIC
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Darm.h32 #define EF_ARM_PIC 0x20 macro
70 #define F_PIC EF_ARM_PIC
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c13980 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC))
13981 in_flags &= ~EF_ARM_PIC;
15153 if (flags & EF_ARM_PIC)
15166 | EF_ARM_PIC | EF_ARM_NEW_ABI | EF_ARM_OLD_ABI
15239 if (flags & EF_ARM_PIC)
15245 flags &= ~ (EF_ARM_RELEXEC | EF_ARM_PIC);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-arm.c13972 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC))
13973 in_flags &= ~EF_ARM_PIC;
15091 if (flags & EF_ARM_PIC)
15104 | EF_ARM_PIC | EF_ARM_NEW_ABI | EF_ARM_OLD_ABI
15177 if (flags & EF_ARM_PIC)
15183 flags &= ~ (EF_ARM_RELEXEC | EF_ARM_PIC);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c13972 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC))
13973 in_flags &= ~EF_ARM_PIC;
15144 if (flags & EF_ARM_PIC)
15157 | EF_ARM_PIC | EF_ARM_NEW_ABI | EF_ARM_OLD_ABI
15230 if (flags & EF_ARM_PIC)
15236 flags &= ~ (EF_ARM_RELEXEC | EF_ARM_PIC);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c13971 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC))
13972 in_flags &= ~EF_ARM_PIC;
15143 if (flags & EF_ARM_PIC)
15156 | EF_ARM_PIC | EF_ARM_NEW_ABI | EF_ARM_OLD_ABI
15229 if (flags & EF_ARM_PIC)
15235 flags &= ~ (EF_ARM_RELEXEC | EF_ARM_PIC);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c2669 if (e_flags & EF_ARM_PIC)
2672 e_flags &= ~ EF_ARM_PIC;
2828 case EF_ARM_PIC:
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3188 if (e_flags & EF_ARM_PIC)
3191 e_flags &= ~ EF_ARM_PIC;
3347 case EF_ARM_PIC:
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3102 if (e_flags & EF_ARM_PIC)
3105 e_flags &= ~ EF_ARM_PIC;
3261 case EF_ARM_PIC:

Completed in 723 milliseconds