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

/freebsd-12-stable/contrib/binutils/include/elf/
H A Darm.h32 #define EF_ARM_PIC 0x20 macro
65 #define F_PIC EF_ARM_PIC
/freebsd-12-stable/sys/sys/
H A Delf_common.h333 #define EF_ARM_PIC 0x00000020 macro
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-arm.c6696 if ((in_flags & EF_ARM_PIC) != (out_flags & EF_ARM_PIC))
6697 in_flags &= ~EF_ARM_PIC;
7265 if (flags & EF_ARM_PIC)
7278 | EF_ARM_PIC | EF_ARM_NEW_ABI | EF_ARM_OLD_ABI
/freebsd-12-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h421 _ELF_DEFINE_EF(EF_ARM_PIC, 0x00000020UL, \
/freebsd-12-stable/contrib/binutils/binutils/
H A Dreadelf.c1944 case EF_ARM_PIC:
/freebsd-12-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c411 {EF_ARM_PIC, "position independent"},

Completed in 245 milliseconds