/external/elfutils/0.153/libelf/ |
D | elf32_updatenull.c | 76 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW() 78 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
|
D | elf.h | 111 #define EI_MAG0 0 /* File identification byte 0 index */ macro
|
/external/elfutils/0.153/libasm/ |
D | asm_begin.c | 103 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 357 #define EI_MAG0 0 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 325 #define EI_MAG0 0 /* e_ident[] indexes */ macro
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | elf_mem_image.cc | 199 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 || in Init()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | elf_mem_image.cc | 199 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 || in Init()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.h | 94 EI_MAG0 = 0, /* File id */ enumerator
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 159 Header.e_ident[EI_MAG0] = 0x7f; in initELFHeader()
|
/external/libvpx/libvpx/build/make/ |
D | obj_int_extract.c | 245 res = elf->e_ident[EI_MAG0] == ELFMAG0; in parse_elf_header()
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | obj_int_extract.c | 245 res = elf->e_ident[EI_MAG0] == ELFMAG0; in parse_elf_header()
|
/external/qemu/include/ |
D | elf.h | 1377 #define EI_MAG0 0 /* e_ident[] indexes */ macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 50 EI_MAG0 = 0, // File identification index. enumerator
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 778 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in ocVerifyImage_ELF()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 938 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 530 W.printBinary("Magic", makeArrayRef(Header->e_ident).slice(ELF::EI_MAG0, in printFileHeaders()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 1543 s->Printf("e_ident[EI_MAG0 ] = 0x%2.2x\n", header.e_ident[EI_MAG0]); in DumpELFHeader()
|
/external/elfutils/0.153/src/ |
D | elflint.c | 359 if (ehdr->e_ident[EI_MAG0] != ELFMAG0) in check_elf_header() 360 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0); in check_elf_header()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 120 ok &= (ehdr->e_ident[EI_MAG0] == 0x7F in ML_()
|
/external/qemu/tcg/ |
D | tcg.c | 2762 .e_ident[EI_MAG0] = ELFMAG0, in tcg_register_jit_int()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 190 #define EI_MAG0 0 /* File identification byte 0 index */ macro
|