HomeSort by relevance Sort by last modified time
    Searched refs:elf_magic (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
read_elf.cpp 48 static const char elf_magic[] = {0x7f, 'E', 'L', 'F'}; local
50 return android::base::ReadFully(fd, buf, 4) && memcmp(buf, elf_magic, 4) == 0;
  /system/core/libbacktrace/
BacktraceOffline.cpp 628 static const char elf_magic[] = {0x7f, 'E', 'L', 'F'}; local
644 return memcmp(buf, elf_magic, 4) == 0;

Completed in 1885 milliseconds