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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h358 #define EI_MAG1 1 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.h95 EI_MAG1 = 1, enumerator in enum:__anon16341
/external/kernel-headers/original/uapi/linux/
H A Delf.h326 #define EI_MAG1 1 macro
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c246 res &= elf->e_ident[EI_MAG1] == ELFMAG1;
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c246 res &= elf->e_ident[EI_MAG1] == ELFMAG1;
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp160 Header.e_ident[EI_MAG1] = 'E';
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1544 s->Printf("e_ident[EI_MAG1 ] = 0x%2.2x '%c'\n",
1545 header.e_ident[EI_MAG1], header.e_ident[EI_MAG1]);
/external/qemu/include/
H A Delf.h1378 #define EI_MAG1 1 macro
/external/llvm/include/llvm/Support/
H A DELF.h51 EI_MAG1 = 1, // File identification index. enumerator in enum:llvm::ELF::__anon25575
/external/valgrind/main/VEX/switchback/
H A Dlinker.c939 ehdr->e_ident[EI_MAG1] != ELFMAG1 ||
/external/valgrind/main/VEX/unused/
H A Dlinker.c779 ehdr->e_ident[EI_MAG1] != ELFMAG1 ||
/external/elfutils/0.153/libelf/
H A Delf.h114 #define EI_MAG1 1 /* File identification byte 1 index */ macro
/external/elfutils/0.153/src/
H A Delflint.c361 if (ehdr->e_ident[EI_MAG1] != ELFMAG1)
362 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1);
/external/qemu/tcg/
H A Dtcg.c2763 .e_ident[EI_MAG1] = ELFMAG1,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c121 && ehdr->e_ident[EI_MAG1] == 'E'
/external/valgrind/main/perf/
H A Dtinycc.c193 #define EI_MAG1 1 /* File identification byte 1 index */ macro

Completed in 5613 milliseconds