Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dppc.h197 #define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag. */ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dppc.h197 #define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag. */ macro
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dpowerpc.h255 EF_PPC_RELOCATABLE = 0x00010000, // PowerPC -mrelocatable flag. */ enumerator
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Dpowerpc.h255 EF_PPC_RELOCATABLE = 0x00010000, // PowerPC -mrelocatable flag. */ enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1625 enum EF_PPC_RELOCATABLE = 0x00010000; variable