Home
last modified time | relevance | path

Searched refs:EF_PPC_RELOCATABLE_LIB (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/binutils-2.27/elfcpp/
HDpowerpc.h218 EF_PPC_RELOCATABLE_LIB = 0x00008000, // PowerPC -mrelocatable-lib flag. */ enumerator
/dragonfly/contrib/binutils-2.27/include/elf/
HDppc.h189 #define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib flag. */ macro
/dragonfly/contrib/binutils-2.34/include/elf/
HDppc.h198 #define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib flag. */ macro
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-ppc.texi46 Set EF_PPC_RELOCATABLE_LIB in ELF flags.
/dragonfly/contrib/elftoolchain/common/
HDelfdefinitions.h421 _ELF_DEFINE_EF(EF_PPC_RELOCATABLE_LIB, 0x00008000UL, \
/dragonfly/contrib/binutils-2.27/binutils/
HDreadelf.c3091 if (e_flags & EF_PPC_RELOCATABLE_LIB) in get_machine_flags()
/dragonfly/contrib/binutils-2.34/binutils/
HDreadelf.c3297 if (e_flags & EF_PPC_RELOCATABLE_LIB) in get_machine_flags()