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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h371 #define ELFMAG2 'L' macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc200 base_as_char[EI_MAG2] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc200 base_as_char[EI_MAG2] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h84 ELFMAG2 = 0x4c, enumerator in enum:__anon16339
H A Delf.c943 YASM_WRITE_8(bufp, ELFMAG2);
/external/kernel-headers/original/uapi/linux/
H A Delf.h337 #define ELFMAG2 'L' macro
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c718 buffer.header32.e_ident[2]!=ELFMAG2 ||
786 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
903 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c710 buffer.header32.e_ident[2]!=ELFMAG2 ||
778 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
895 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/external/qemu/hw/core/
H A Dloader.c323 e_ident[2] != ELFMAG2 ||
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c247 res &= elf->e_ident[EI_MAG2] == ELFMAG2;
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c247 res &= elf->e_ident[EI_MAG2] == ELFMAG2;
/external/qemu/include/
H A Delf.h1404 #define ELFMAG2 'L' macro
/external/valgrind/main/VEX/switchback/
H A Dlinker.c940 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
/external/valgrind/main/VEX/unused/
H A Dlinker.c780 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
/external/elfutils/0.153/libelf/
H A Delf.h118 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
/external/elfutils/0.153/src/
H A Delflint.c363 if (ehdr->e_ident[EI_MAG2] != ELFMAG2)
364 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2);
/external/qemu/tcg/
H A Dtcg.c2764 .e_ident[EI_MAG2] = ELFMAG2,
/external/valgrind/main/perf/
H A Dtinycc.c197 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
19757 ehdr.e_ident[2] = ELFMAG2;
19881 ehdr.e_ident[2] != ELFMAG2 ||
20999 ehdr.e_ident[2] == ELFMAG2 &&

Completed in 650 milliseconds