Home
last modified time | relevance | path

Searched refs:ELFMAG (Results 1 - 15 of 15) sorted by relevance

/third_party/libunwind/libunwind/src/
H A Delfxx.h66 return (memcmp (ei->image, ELFMAG, SELFMAG) == 0 in valid_object()
/third_party/elfutils/libelf/
H A Dcommon.h47 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0) in determine_kind()
H A Delf32_updatenull.c57 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW()
59 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
H A Delf.h116 #define ELFMAG "\177ELF" macro
/third_party/elfutils/libasm/
H A Dasm_begin.c104 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_create.c78 if (memcmp(&elf_header32, ELFMAG, SELFMAG) != 0) in _UCD_create()
/third_party/elfutils/libdwfl/
H A Delf-from-memory.c92 if (memcmp (buffer, ELFMAG, SELFMAG) != 0) in elf_from_remote_memory()
H A Ddwfl_segment_report_module.c342 || memcmp (buffer, ELFMAG, SELFMAG) != 0) in dwfl_segment_report_module()
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs318 if hdr.e_ident[..SELFMAG] != ELFMAG { in check_elf_base()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp320 memcmp(ehdr.e_ident, ELFMAG, SELFMAG) == 0)
/third_party/musl/porting/linux/user/include/
H A Delf.h84 #define ELFMAG "\177ELF" macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h84 #define ELFMAG "\177ELF" macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h84 #define ELFMAG "\177ELF" macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h84 #define ELFMAG "\177ELF" macro
/third_party/musl/include/
H A Delf.h84 #define ELFMAG "\177ELF" macro

Completed in 65 milliseconds