HomeSort by relevance Sort by last modified time
    Searched refs:EI_OSABI (Results 51 - 75 of 77) sorted by null

1 23 4

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 55 EI_OSABI = 7, // OS/ABI identification.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 55 EI_OSABI = 7, // OS/ABI identification.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 55 EI_OSABI = 7, // OS/ABI identification.
    [all...]
  /external/elfutils/src/
elflint.c 385 if (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE
386 && ehdr->e_ident[EI_OSABI] != ELFOSABI_LINUX
387 && ehdr->e_ident[EI_OSABI] != ELFOSABI_FREEBSD)
389 EI_OSABI,
390 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
    [all...]
nm.c 900 if (ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX
    [all...]
  /art/runtime/
elf.h 56 EI_OSABI = 7, // OS/ABI identification.
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/elfutils/libelf/
elf.h 138 #define EI_OSABI 7 /* OS ABI identification */
    [all...]
  /external/kmod/port-gnu/
elf.h 137 #define EI_OSABI 7 /* OS ABI identification */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 140 #define EI_OSABI 7 /* OS ABI identification */
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 55 EI_OSABI = 7 /* Operating system / ABI identification */
116 // OSABI is found in Header.Ident[EI_OSABI] and Header.OSABI.
    [all...]
file.go 271 f.OSABI = OSABI(ident[EI_OSABI])
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 55 EI_OSABI = 7 /* Operating system / ABI identification */
116 // OSABI is found in Header.Ident[EI_OSABI] and Header.OSABI.
    [all...]
file.go 271 f.OSABI = OSABI(ident[EI_OSABI])
  /toolchain/binutils/binutils-2.27/bfd/
elfcode.h 605 && i_ehdrp->e_ident[EI_OSABI] != ebd->elf_osabi
    [all...]
elf.c     [all...]
elf64-alpha.c     [all...]
elf64-ia64-vms.c     [all...]
elfnn-ia64.c     [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 87 const int EI_OSABI = 7;
125 // The valid values found in Ehdr e_ident[EI_OSABI].
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc 1110 ehdr.get_e_ident()[elfcpp::EI_OSABI],
    [all...]
incremental.cc 854 ehdr.get_e_ident()[elfcpp::EI_OSABI],
    [all...]
object.cc     [all...]
arm.cc     [all...]
  /external/valgrind/perf/
tinycc.c 221 #define EI_OSABI 7 /* OS ABI identification */
    [all...]

Completed in 1441 milliseconds

1 23 4