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

1 2 3 4 5 67

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 87 #define SELFMAG 4 /* size of magic */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
exec_elf.h 87 #define SELFMAG 4 /* size of magic */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h 87 #define SELFMAG 4 /* size of magic */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h 87 #define SELFMAG 4 /* size of magic */
  /bionic/linker/
linker_phdr.cpp 160 if (memcmp(header_.e_ident, ELFMAG, SELFMAG) != 0) {
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 188 if (memcmp(elf_header.e_ident, ELFMAG, SELFMAG) != 0) {
  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 152 || memcmp (buffer, ELFMAG, SELFMAG) != 0)
  /external/qemu/include/
elf.h     [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 92 VG_(memcpy)(ehdr->e_ident, ELFMAG, SELFMAG);
  /external/elfutils/0.153/libelf/
elf.h 125 #define SELFMAG 4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 123 #define SELFMAG 4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 123 #define SELFMAG 4
    [all...]
  /external/valgrind/main/perf/
tinycc.c 204 #define SELFMAG 4
    [all...]

Completed in 620 milliseconds

1 2 3 4 5 67