Searched refs:ELFMAG0 (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/libvpx/include/
H A Delf.h368 #define ELFMAG0 0x7f macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc199 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 ||
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc199 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 ||
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h82 ELFMAG0 = 0x7f, enumerator in enum:__anon16339
H A Delf.c941 YASM_WRITE_8(bufp, ELFMAG0); /* ELF magic number */
/external/kernel-headers/original/uapi/linux/
H A Delf.h335 #define ELFMAG0 0x7f /* EI_MAG */ macro
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c716 buffer.header32.e_ident[0]!=ELFMAG0 ||
786 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
903 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c708 buffer.header32.e_ident[0]!=ELFMAG0 ||
778 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
895 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/external/qemu/hw/core/
H A Dloader.c321 if (e_ident[0] != ELFMAG0 ||
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c245 res = elf->e_ident[EI_MAG0] == ELFMAG0;
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c245 res = elf->e_ident[EI_MAG0] == ELFMAG0;
/external/qemu/include/
H A Delf.h1402 #define ELFMAG0 0x7f /* EI_MAG */ macro
/external/valgrind/main/VEX/switchback/
H A Dlinker.c938 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
/external/valgrind/main/VEX/unused/
H A Dlinker.c778 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
/external/elfutils/0.153/libelf/
H A Delf.h112 #define ELFMAG0 0x7f /* Magic number byte 0 */ macro
/external/elfutils/0.153/src/
H A Delflint.c359 if (ehdr->e_ident[EI_MAG0] != ELFMAG0)
360 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0);
/external/qemu/tcg/
H A Dtcg.c2762 .e_ident[EI_MAG0] = ELFMAG0,
/external/valgrind/main/perf/
H A Dtinycc.c191 #define ELFMAG0 0x7f /* Magic number byte 0 */ macro
19755 ehdr.e_ident[0] = ELFMAG0;
19879 if (ehdr.e_ident[0] != ELFMAG0 ||
20997 if (ehdr.e_ident[0] == ELFMAG0 &&

Completed in 4004 milliseconds