HomeSort by relevance Sort by last modified time
    Searched refs:EI_ABIVERSION (Results 51 - 61 of 61) sorted by null

1 23

  /art/compiler/
elf_writer_quick.cc 305 elf_header.e_ident[llvm::ELF::EI_ABIVERSION] = 0;
  /external/llvm/include/llvm/Support/
ELF.h 57 EI_ABIVERSION = 8, // ABI version.
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 439 W.printNumber("ABIVersion", Header->e_ident[ELF::EI_ABIVERSION]);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 208 header->e_ident[EI_ABIVERSION] = target().getInfo().ABIVersion();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 155 #define EI_ABIVERSION 8 /* ABI version */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 155 #define EI_ABIVERSION 8 /* ABI version */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 155 #define EI_ABIVERSION 8 /* ABI version */
    [all...]
  /external/elfutils/src/
elflint.c 389 if (ehdr->e_ident[EI_ABIVERSION] != 0)
391 EI_ABIVERSION, ehdr->e_ident[EI_ABIVERSION]);
    [all...]
readelf.c 727 ehdr->e_ident[EI_ABIVERSION]);
    [all...]
  /external/elfutils/libelf/
elf.h 164 #define EI_ABIVERSION 8 /* ABI version */
    [all...]
  /external/valgrind/main/perf/
tinycc.c 228 #define EI_ABIVERSION 8 /* ABI version */
    [all...]

Completed in 554 milliseconds

1 23