Searched refs:SELFMAG (Results 1 - 16 of 16) sorted by relevance
/third_party/libunwind/libunwind/src/ |
H A D | elfxx.h | 66 return (memcmp (ei->image, ELFMAG, SELFMAG) == 0 in valid_object()
|
/third_party/elfutils/libelf/ |
H A D | common.h | 47 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0) in determine_kind()
|
H A D | elf32_updatenull.c | 57 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 D | elf.h | 117 #define SELFMAG 4 macro
|
/third_party/elfutils/libasm/ |
H A D | asm_begin.c | 104 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
H A D | crash_handler_posix.cpp | 317 static_assert(SELFMAG <= sizeof(ElfW(Ehdr)), "SELFMAG too large"); 320 memcmp(ehdr.e_ident, ELFMAG, SELFMAG) == 0)
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 78 if (memcmp(&elf_header32, ELFMAG, SELFMAG) != 0) in _UCD_create()
|
/third_party/elfutils/libdwfl/ |
H A D | elf-from-memory.c | 92 if (memcmp (buffer, ELFMAG, SELFMAG) != 0) in elf_from_remote_memory()
|
H A D | dwfl_segment_report_module.c | 342 || memcmp (buffer, ELFMAG, SELFMAG) != 0) in dwfl_segment_report_module()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | auxv.rs | 318 if hdr.e_ident[..SELFMAG] != ELFMAG { in check_elf_base()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 85 #define SELFMAG 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 85 #define SELFMAG 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 85 #define SELFMAG 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 85 #define SELFMAG 4 macro
|
/third_party/musl/include/ |
H A D | elf.h | 85 #define SELFMAG 4 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1396 pub const SELFMAG: usize = 4; consts
|
Completed in 84 milliseconds