Searched refs:ELFMAG (Results 1 – 13 of 13) sorted by relevance
/third_party/libunwind/src/ |
D | elfxx.h | 77 return (memcmp (ei->image, ELFMAG, SELFMAG) == 0 in elf_w()
|
/third_party/libunwind/src/coredump/ |
D | _UCD_create.c | 78 if (memcmp(&elf_header32, ELFMAG, SELFMAG) != 0) in _UCD_create()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 71 #define ELFMAG "\177ELF" /* magic string */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 71 #define ELFMAG "\177ELF" /* magic string */ macro
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
D | crash_handler_posix.cpp | 320 memcmp(ehdr.e_ident, ELFMAG, SELFMAG) == 0)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 463 if (memcmp(elf_header.e_ident, ELFMAG, SELFMAG) != 0) { 1233 if (memcmp(obj->start_addr, ELFMAG, SELFMAG) != 0) {
|
/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 463 if (memcmp(elf_header.e_ident, ELFMAG, SELFMAG) != 0) { 1223 if (memcmp(obj->start_addr, ELFMAG, SELFMAG) != 0) {
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 84 #define ELFMAG "\177ELF" macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 84 #define ELFMAG "\177ELF" macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 84 #define ELFMAG "\177ELF" macro
|
/third_party/musl/include/ |
D | elf.h | 84 #define ELFMAG "\177ELF" macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 84 #define ELFMAG "\177ELF" macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 84 #define ELFMAG "\177ELF" macro
|