Home
last modified time | relevance | path

Searched refs:ELFMAG (Results 1 – 24 of 24) sorted by relevance

/external/google-breakpad/src/common/linux/
Delfutils.cc55 assert(my_strncmp(elf_base, ELFMAG, SELFMAG) == 0); in FindElfClassSection()
90 assert(my_strncmp(elf_base, ELFMAG, SELFMAG) == 0); in FindElfClassSegment()
111 ELFMAG, SELFMAG) == 0; in IsValidElf()
/external/libunwind/src/
Delfxx.h98 return (memcmp (ei->u.mapped.image, ELFMAG, SELFMAG) == 0 in elf_w()
109 if (memcmp (e_ident, ELFMAG, SELFMAG) != 0) { in elf_w()
/external/elfutils/libelf/
Dcommon.h50 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0) in determine_kind()
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.h120 #define ELFMAG "\177ELF" macro
/external/syslinux/gpxe/src/image/
Delf.c133 if ( memcmp ( &ehdr.e_ident[EI_MAG0], ELFMAG, SELFMAG ) != 0 ) { in elf_load()
/external/elfutils/libasm/
Dasm_begin.c106 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
/external/syslinux/gpxe/src/include/
Delf.h125 #define ELFMAG "\177ELF" macro
/external/syslinux/com32/include/sys/
Delfcommon.h290 #define ELFMAG "\177ELF" macro
/external/valgrind/coregrind/m_ume/
Delf.c348 if (VG_(memcmp)(&e->e.e_ident[0], ELFMAG, SELFMAG) != 0) { in readelf()
491 return (len > sizeof(*e)) && VG_(memcmp)(&e->e_ident[0], ELFMAG, SELFMAG) == 0; in VG_()
/external/kernel-headers/original/uapi/linux/
Delf.h342 #define ELFMAG "\177ELF" macro
/external/elfutils/libdwfl/
Delf-from-memory.c92 if (memcmp (buffer, ELFMAG, SELFMAG) != 0) in elf_from_remote_memory()
Ddwfl_segment_report_module.c301 || memcmp (buffer, ELFMAG, SELFMAG) != 0) in dwfl_segment_report_module()
/external/libunwind/src/coredump/
D_UCD_create.c108 if (memcmp(&elf_header32, ELFMAG, SELFMAG) != 0) in _UCD_create()
/external/valgrind/coregrind/
Dlauncher-linux.c200 } else if (n_bytes >= SELFMAG && memcmp(header.c, ELFMAG, SELFMAG) == 0) { in select_platform()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper_unittest.cc291 EXPECT_EQ(0, memcmp(linux_gate_loc, ELFMAG, SELFMAG)); in TEST_F()
/external/valgrind/include/vki/
Dvki-solaris.h394 #define VKI_ELFMAG ELFMAG
395 #define VKI_ELFMAG ELFMAG
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc213 return memcmp(elf_header, ELFMAG, SELFMAG) == 0; in IsValidElf()
/external/syslinux/com32/tools/
Drelocs.c258 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0) { in read_ehdr()
/external/libunwind/src/dwarf/
DGfind_proc_info-lsb.c118 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0) in load_debug_frame()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c91 VG_(memcpy)(ehdr->e_ident, ELFMAG, SELFMAG); in fill_ehdr()
/external/kmod/libkmod/
Dlibkmod-elf.c98 if (size <= EI_NIDENT || memcmp(p, ELFMAG, SELFMAG) != 0) in elf_identify()
/external/kmod/port-gnu/
Delf.h119 #define ELFMAG "\177ELF" macro
/external/valgrind/perf/
Dtinycc.c203 #define ELFMAG "\177ELF" macro