HomeSort by relevance Sort by last modified time
    Searched defs:ELFMAG (Results 1 - 16 of 16) sorted by null

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 31 private static final byte[] ELFMAG = {
227 if (mBuffer[0] != ELFMAG[0] || mBuffer[1] != ELFMAG[1] ||
228 mBuffer[2] != ELFMAG[2] || mBuffer[3] != ELFMAG[3]) {
  /external/syslinux/gpxe/src/include/
elf.h 125 #define ELFMAG "\177ELF"
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 32 private static final byte[] ELFMAG = {
622 if (mBuffer[0] != ELFMAG[0]
623 || mBuffer[1] != ELFMAG[1]
624 || mBuffer[2] != ELFMAG[2]
625 || mBuffer[3] != ELFMAG[3]) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 293 #define ELFMAG "\177ELF"
  /external/kernel-headers/original/uapi/linux/
elf.h 343 #define ELFMAG "\177ELF"
  /external/syslinux/com32/include/sys/
elfcommon.h 290 #define ELFMAG "\177ELF"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 348 #define ELFMAG "\177ELF"
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 86 #define ELFMAG "\177ELF" /* magic string */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 86 #define ELFMAG "\177ELF" /* magic string */
    [all...]
  /art/runtime/
elf.h 67 constexpr char ELFMAG[] = "\177ELF";
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 62 const ELFMAG = "\177ELF"
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 62 const ELFMAG = "\177ELF"
    [all...]
  /external/elfutils/libelf/
elf.h 120 #define ELFMAG "\177ELF"
    [all...]
  /external/kmod/port-gnu/
elf.h 119 #define ELFMAG "\177ELF"
    [all...]
  /external/valgrind/perf/
tinycc.c 203 #define ELFMAG "\177ELF"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 122 #define ELFMAG "\177ELF"
    [all...]

Completed in 1548 milliseconds