HomeSort by relevance Sort by last modified time
    Searched refs:EI_VERSION (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libunwind/src/
elfxx.h 93 if (ei->u.mapped.size <= EI_VERSION) {
99 && e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE
100 && e_ident[EI_VERSION] <= EV_CURRENT);
117 return e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE
118 && e_ident[EI_VERSION] <= EV_CURRENT;
  /external/syslinux/gpxe/src/arch/i386/image/
elfboot.c 83 [EI_VERSION] = EV_CURRENT,
  /external/elfutils/libelf/
common.h 55 int version = (int) ((unsigned char *) buf)[EI_VERSION];
elf_getdata.c 373 elf->state.elf32.ehdr->e_ident[EI_VERSION];
376 elf->state.elf64.ehdr->e_ident[EI_VERSION];
  /external/elfutils/tests/
asm-tst1.c 41 [EI_VERSION] = EV_CURRENT },
asm-tst2.c 41 [EI_VERSION] = EV_CURRENT },
asm-tst9.c 49 [EI_VERSION] = EV_CURRENT },
  /external/syslinux/gpxe/src/include/
elf.h 138 #define EI_VERSION 6 /* File version byte index */
  /system/core/libunwindstack/tests/
ElfTestUtils.cpp 41 ehdr->e_ident[EI_VERSION] = EV_CURRENT;
GenGnuDebugdata.cpp 38 ehdr->e_ident[EI_VERSION] = EV_CURRENT;
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-elf.c 109 #define EI_VERSION 6 /* File version */
369 || header[EI_VERSION] != EV_CURRENT)
727 buf[EI_VERSION] = EV_CURRENT;
  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 76 if (elf_header.e_ident[EI_VERSION] != EV_CURRENT)
79 (_("%s: Unsupported EI_VERSION: %d is not %d\n"),
80 file_name, elf_header.e_ident[EI_VERSION],
  /development/ndk/platforms/android-9/include/linux/
elf.h 297 #define EI_VERSION 6
  /external/syslinux/com32/include/sys/
elfcommon.h 282 #define EI_VERSION 6
302 #define EV_NONE 0 /* e_version, EI_VERSION */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 318 #define EI_VERSION 6
338 #define EV_NONE 0 /* e_version, EI_VERSION */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
elf.h 297 #define EI_VERSION 6
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
elf.h 297 #define EI_VERSION 6
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
elf.h 297 #define EI_VERSION 6
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
elf.h 297 #define EI_VERSION 6
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
elf.h 297 #define EI_VERSION 6
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
elf.h 297 #define EI_VERSION 6
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
elf.h 297 #define EI_VERSION 6
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
elf.h 297 #define EI_VERSION 6
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
elf.h 297 #define EI_VERSION 6
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
elf.h 297 #define EI_VERSION 6

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 9