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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h361 #define EI_MAG3 3 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.h97 EI_MAG3 = 3, enumerator in enum:__anon16341
/external/kernel-headers/original/uapi/linux/
H A Delf.h328 #define EI_MAG3 3 macro
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c248 res &= elf->e_ident[EI_MAG3] == ELFMAG3;
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c248 res &= elf->e_ident[EI_MAG3] == ELFMAG3;
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp162 Header.e_ident[EI_MAG3] = 'F';
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1548 s->Printf("e_ident[EI_MAG3 ] = 0x%2.2x '%c'\n",
1549 header.e_ident[EI_MAG3], header.e_ident[EI_MAG3]);
/external/qemu/include/
H A Delf.h1380 #define EI_MAG3 3 macro
/external/llvm/include/llvm/Support/
H A DELF.h53 EI_MAG3 = 3, // File identification index. enumerator in enum:llvm::ELF::__anon25575
/external/valgrind/main/VEX/switchback/
H A Dlinker.c941 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/valgrind/main/VEX/unused/
H A Dlinker.c781 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/elfutils/0.153/libelf/
H A Delf.h120 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/external/elfutils/0.153/src/
H A Delflint.c365 if (ehdr->e_ident[EI_MAG3] != ELFMAG3)
366 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3);
/external/qemu/tcg/
H A Dtcg.c2765 .e_ident[EI_MAG3] = ELFMAG3,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c123 && ehdr->e_ident[EI_MAG3] == 'F');
/external/valgrind/main/perf/
H A Dtinycc.c199 #define EI_MAG3 3 /* File identification byte 3 index */ macro

Completed in 239 milliseconds