Searched refs:EI_MAG0 (Results 1 – 20 of 20) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asanwrapper.cc | 42 if (buf[EI_MAG0] != ELFMAG0 || buf[EI_MAG1] != ELFMAG1 || in elf_is_64bit()
|
/external/elfutils/src/libelf/ |
D | elf32_updatenull.c | 55 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW() 57 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
|
D | elf.h | 107 #define EI_MAG0 0 /* File identification byte 0 index */ macro
|
/external/elfutils/src/libasm/ |
D | asm_begin.c | 106 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 89 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 || in FindElfTextSection()
|
/external/elfutils/src/tests/ |
D | asm-tst1.c | 35 .e_ident = { [EI_MAG0] = ELFMAG0,
|
D | asm-tst2.c | 35 .e_ident = { [EI_MAG0] = ELFMAG0,
|
D | asm-tst9.c | 43 .e_ident = { [EI_MAG0] = ELFMAG0,
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 325 #define EI_MAG0 0 /* e_ident[] indexes */ macro
|
/external/elfutils/src/libdwfl/ |
D | linux-proc-maps.c | 70 if (nread != sizeof buf || buf[EI_MAG0] != ELFMAG0 in get_pid_class()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 50 EI_MAG0 = 0, // File identification index. enumerator
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 157 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/valgrind/VEX/unused/ |
D | linker.c | 778 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in ocVerifyImage_ELF()
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 938 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
|
/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/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 533 W.printBinary("Magic", makeArrayRef(Header->e_ident).slice(ELF::EI_MAG0, in printFileHeaders()
|
/external/elfutils/src/src/ |
D | elflint.c | 360 if (ehdr->e_ident[EI_MAG0] != ELFMAG0) in check_elf_header() 361 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0); in check_elf_header()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 120 ok &= (ehdr->e_ident[EI_MAG0] == 0x7F in ML_()
|
/external/valgrind/perf/ |
D | tinycc.c | 190 #define EI_MAG0 0 /* File identification byte 0 index */ macro
|