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

1 2 3 4 5 67

  /external/valgrind/main/VEX/switchback/
linker.c 940 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 780 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 118 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 116 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 116 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /external/elfutils/0.153/src/
elflint.c 363 if (ehdr->e_ident[EI_MAG2] != ELFMAG2)
364 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2);
    [all...]
  /external/qemu/tcg/
tcg.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 197 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]

Completed in 1243 milliseconds

1 2 3 4 5 67