Home
last modified time | relevance | path

Searched refs:EI_MAG0 (Results 1 – 20 of 20) sorted by relevance

/external/compiler-rt/lib/asan/
Dasanwrapper.cc42 if (buf[EI_MAG0] != ELFMAG0 || buf[EI_MAG1] != ELFMAG1 || in elf_is_64bit()
/external/elfutils/src/libelf/
Delf32_updatenull.c55 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW()
57 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
Delf.h107 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/external/elfutils/src/libasm/
Dasm_begin.c106 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc89 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 || in FindElfTextSection()
/external/elfutils/src/tests/
Dasm-tst1.c35 .e_ident = { [EI_MAG0] = ELFMAG0,
Dasm-tst2.c35 .e_ident = { [EI_MAG0] = ELFMAG0,
Dasm-tst9.c43 .e_ident = { [EI_MAG0] = ELFMAG0,
/external/kernel-headers/original/uapi/linux/
Delf.h325 #define EI_MAG0 0 /* e_ident[] indexes */ macro
/external/elfutils/src/libdwfl/
Dlinux-proc-maps.c70 if (nread != sizeof buf || buf[EI_MAG0] != ELFMAG0 in get_pid_class()
/external/llvm/include/llvm/Support/
DELF.h50 EI_MAG0 = 0, // File identification index. enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp157 Header.e_ident[EI_MAG0] = 0x7f; in initELFHeader()
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c245 res = elf->e_ident[EI_MAG0] == ELFMAG0; in parse_elf_header()
/external/valgrind/VEX/unused/
Dlinker.c778 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in ocVerifyImage_ELF()
/external/valgrind/VEX/switchback/
Dlinker.c938 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1543 s->Printf("e_ident[EI_MAG0 ] = 0x%2.2x\n", header.e_ident[EI_MAG0]); in DumpELFHeader()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp533 W.printBinary("Magic", makeArrayRef(Header->e_ident).slice(ELF::EI_MAG0, in printFileHeaders()
/external/elfutils/src/src/
Delflint.c360 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/
Dreadelf.c120 ok &= (ehdr->e_ident[EI_MAG0] == 0x7F in ML_()
/external/valgrind/perf/
Dtinycc.c190 #define EI_MAG0 0 /* File identification byte 0 index */ macro