Searched refs:EI_MAG0 (Results 1 - 21 of 21) sorted by relevance

/external/elfutils/0.153/libasm/
H A Dasm_begin.c103 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG);
/external/elfutils/0.153/libelf/
H A Delf32_updatenull.c76 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0)
78 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG);
H A Delf.h111 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/external/chromium_org/third_party/libvpx/include/
H A Delf.h357 #define EI_MAG0 0 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.h94 EI_MAG0 = 0, /* File id */ enumerator in enum:__anon16341
/external/kernel-headers/original/uapi/linux/
H A Delf.h325 #define EI_MAG0 0 /* e_ident[] indexes */ macro
/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/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp159 Header.e_ident[EI_MAG0] = 0x7f;
/external/qemu/include/
H A Delf.h1377 #define EI_MAG0 0 /* e_ident[] indexes */ macro
/external/llvm/include/llvm/Support/
H A DELF.h50 EI_MAG0 = 0, // File identification index. enumerator in enum:llvm::ELF::__anon25575
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp530 W.printBinary("Magic", makeArrayRef(Header->e_ident).slice(ELF::EI_MAG0,
/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/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1543 s->Printf("e_ident[EI_MAG0 ] = 0x%2.2x\n", header.e_ident[EI_MAG0]);
/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/coregrind/m_debuginfo/
H A Dreadelf.c120 ok &= (ehdr->e_ident[EI_MAG0] == 0x7F
/external/valgrind/main/perf/
H A Dtinycc.c190 #define EI_MAG0 0 /* File identification byte 0 index */ macro

Completed in 398 milliseconds