Home
last modified time | relevance | path

Searched defs:EF_PPC_RELOCATABLE_LIB (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dppc.h198 #define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib flag. */ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dppc.h198 #define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib flag. */ macro
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dpowerpc.h256 EF_PPC_RELOCATABLE_LIB = 0x00008000, // PowerPC -mrelocatable-lib flag. */ enumerator
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Dpowerpc.h256 EF_PPC_RELOCATABLE_LIB = 0x00008000, // PowerPC -mrelocatable-lib flag. */ enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1626 enum EF_PPC_RELOCATABLE_LIB = 0x00008000; variable