HomeSort by relevance Sort by last modified time
    Searched refs:ELFMAG0 (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/gold/testsuite/
ehdr_start_test.cc 59 assert(__ehdr_start[elfcpp::EI_MAG0] == elfcpp::ELFMAG0
  /external/syslinux/gpxe/src/arch/i386/image/
elfboot.c 77 [EI_MAG0] = ELFMAG0,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
ElfConvert.c 156 return (FileBuffer[EI_MAG0] == ELFMAG0 &&
  /external/minijail/
elfparse.c 10 return (buf[EI_MAG0] == ELFMAG0) &&
  /external/elfutils/tests/
asm-tst1.c 35 .e_ident = { [EI_MAG0] = ELFMAG0,
asm-tst2.c 35 .e_ident = { [EI_MAG0] = ELFMAG0,
  /external/google-breakpad/src/common/linux/
elf_core_dump.cc 111 header->e_ident[0] == ELFMAG0 &&
  /external/google-breakpad/src/common/solaris/
file_id.cc 89 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 ||
  /external/syslinux/gpxe/src/include/
elf.h 114 #define ELFMAG0 0x7f
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-elf.c 88 #define ELFMAG0 0x7F /* Magic number byte 0 */
365 if (header[EI_MAG0] != ELFMAG0
721 buf[EI_MAG0] = ELFMAG0;
  /development/ndk/platforms/android-9/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
exec_elf.h 82 #define ELFMAG0 0x7f /* e_ident[EI_MAG0] */
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \

Completed in 2839 milliseconds

1 2 3 4 5 6 7 8 9