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

/netbsd-current/sys/arch/arm/include/
H A Delf_machdep.h17 #define EF_ARM_RELEXEC 0x00000001 macro
/netbsd-current/sys/arch/aarch64/include/
H A Delf_machdep.h46 #define EF_ARM_RELEXEC 0x00000001 macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Darm.h28 #define EF_ARM_RELEXEC 0x01 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Darm.h28 #define EF_ARM_RELEXEC 0x01 macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Darm.h28 #define EF_ARM_RELEXEC 0x01 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Darm.h28 #define EF_ARM_RELEXEC 0x01 macro
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c15236 if (flags & EF_ARM_RELEXEC)
15245 flags &= ~ (EF_ARM_RELEXEC | EF_ARM_PIC);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c2663 if (e_flags & EF_ARM_RELEXEC)
2666 e_flags &= ~ EF_ARM_RELEXEC;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-arm.c15174 if (flags & EF_ARM_RELEXEC)
15183 flags &= ~ (EF_ARM_RELEXEC | EF_ARM_PIC);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c15227 if (flags & EF_ARM_RELEXEC)
15236 flags &= ~ (EF_ARM_RELEXEC | EF_ARM_PIC);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3182 if (e_flags & EF_ARM_RELEXEC)
3185 e_flags &= ~ EF_ARM_RELEXEC;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3096 if (e_flags & EF_ARM_RELEXEC)
3099 e_flags &= ~ EF_ARM_RELEXEC;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c15226 if (flags & EF_ARM_RELEXEC)
15235 flags &= ~ (EF_ARM_RELEXEC | EF_ARM_PIC);

Completed in 775 milliseconds