HomeSort by: relevance | last modified time | path
    Searched defs:EF_PPC64_ABI (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
ppc64.h 235 #define EF_PPC64_ABI 3
  /src/external/gpl3/binutils.old/dist/include/elf/
ppc64.h 235 #define EF_PPC64_ABI 3
  /src/external/gpl3/gdb.old/dist/include/elf/
ppc64.h 235 #define EF_PPC64_ABI 3
  /src/external/gpl3/gdb/dist/include/elf/
ppc64.h 235 #define EF_PPC64_ABI 3
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-ppc-low.cc 1075 #ifndef EF_PPC64_ABI
1076 #define EF_PPC64_ABI 3
1108 return (ehdr.e_flags & EF_PPC64_ABI) == 2;
  /src/external/gpl3/gdb/dist/gdbserver/
linux-ppc-low.cc 1075 #ifndef EF_PPC64_ABI
1076 #define EF_PPC64_ABI 3
1108 return (ehdr.e_flags & EF_PPC64_ABI) == 2;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 400 EF_PPC64_ABI = 3
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 174 #undef EF_PPC64_ABI
258 #define EF_PPC64_ABI 3
6865 && (ehdr.e_flags & EF_PPC64_ABI) < 2
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 169 #undef EF_PPC64_ABI
252 #define EF_PPC64_ABI 3
4340 && (ehdr.e_flags & EF_PPC64_ABI) < 2
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 174 #undef EF_PPC64_ABI
258 #define EF_PPC64_ABI 3
6865 && (ehdr.e_flags & EF_PPC64_ABI) < 2
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 174 #undef EF_PPC64_ABI
258 #define EF_PPC64_ABI 3
6865 && (ehdr.e_flags & EF_PPC64_ABI) < 2

Completed in 30 milliseconds