HomeSort by relevance Sort by last modified time
    Searched refs:EI_MAG1 (Results 76 - 88 of 88) sorted by null

1 2 34

  /bionic/libc/include/sys/
exec_elf.h 134 #define EI_MAG1 1 /* 'E' */
    [all...]
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 249 res &= elf->e_ident[EI_MAG1] == ELFMAG1;
  /external/llvm/include/llvm/Support/
ELF.h 50 EI_MAG1 = 1, // File identification index.
    [all...]
  /external/qemu/
elf.h     [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 937 ehdr->e_ident[EI_MAG1] != ELFMAG1 ||
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 779 ehdr->e_ident[EI_MAG1] != ELFMAG1 ||
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 111 #define EI_MAG1 1 /* File identification byte 1 index */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 111 #define EI_MAG1 1 /* File identification byte 1 index */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 111 #define EI_MAG1 1 /* File identification byte 1 index */
    [all...]
  /external/elfutils/libelf/
elf.h 120 #define EI_MAG1 1 /* File identification byte 1 index */
    [all...]
  /external/elfutils/src/
elflint.c 361 if (ehdr->e_ident[EI_MAG1] != ELFMAG1)
362 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 123 && ehdr->e_ident[EI_MAG1] == 'E'
    [all...]
  /external/valgrind/main/perf/
tinycc.c 193 #define EI_MAG1 1 /* File identification byte 1 index */
    [all...]

Completed in 1647 milliseconds

1 2 34