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

  /art/runtime/
elf_utils.h 32 #define EI_ABIVERSION 8
elf.h 57 EI_ABIVERSION = 8, // ABI version.
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 102 EI_ABIVERSION = 8, /* version of ABI */
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 77 #define EI_ABIVERSION 8 /* ABI version */
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 168 Header.e_ident[EI_ABIVERSION] = 0;
  /art/compiler/
elf_writer_quick.cc 821 elf_header_.e_ident[EI_ABIVERSION] = 0;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 58 EI_ABIVERSION = 8, // ABI version.
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 539 W.printNumber("ABIVersion", Header->e_ident[ELF::EI_ABIVERSION]);
    [all...]
  /external/elfutils/0.153/src/
elflint.c 390 if (ehdr->e_ident[EI_ABIVERSION] != 0)
392 EI_ABIVERSION, ehdr->e_ident[EI_ABIVERSION]);
    [all...]
readelf.c 780 ehdr->e_ident[EI_ABIVERSION]);
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 159 #define EI_ABIVERSION 8 /* ABI version */
    [all...]

Completed in 3456 milliseconds