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/minijail/ |
D | elfparse.c | 10 return (buf[EI_MAG0] == ELFMAG0) && in is_elf_magic()
|
/external/elfutils/libasm/ |
D | asm_begin.c | 106 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
|
/external/elfutils/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/google-breakpad/src/common/solaris/ |
D | file_id.cc | 89 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 || in FindElfTextSection()
|
/external/elfutils/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/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 | 162 Header.e_ident[EI_MAG0] = 0x7f; in initELFHeader()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 778 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in ocVerifyImage_ELF()
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 378 #define VKI_EI_MAG0 EI_MAG0
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 938 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
|
/external/elfutils/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/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1042 W.printBinary("Magic", makeArrayRef(Header->e_ident).slice(ELF::EI_MAG0, in printFileHeaders()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 123 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
|