HomeSort by relevance Sort by last modified time
    Searched refs:ELFMAG0 (Results 151 - 161 of 161) sorted by null

1 2 3 4 5 67

  /external/qemu/include/
elf.h     [all...]
  /art/compiler/
elf_writer_quick.cc 813 elf_header_.e_ident[EI_MAG0] = ELFMAG0;
    [all...]
  /art/runtime/
elf.h 63 const char ELFMAG0 = ElfMagic[EI_MAG0];
    [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 938 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 778 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 112 #define ELFMAG0 0x7f /* Magic number byte 0 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 110 #define ELFMAG0 0x7f /* Magic number byte 0 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 110 #define ELFMAG0 0x7f /* Magic number byte 0 */
    [all...]
  /external/elfutils/0.153/src/
elflint.c 359 if (ehdr->e_ident[EI_MAG0] != ELFMAG0)
360 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0);
    [all...]
  /external/qemu/tcg/
tcg.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 191 #define ELFMAG0 0x7f /* Magic number byte 0 */
    [all...]

Completed in 590 milliseconds

1 2 3 4 5 67