Searched refs:SELFMAG (Results 1 – 14 of 14) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/remoteproc/ |
D | rproc-elf-loader.c | 50 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG)) { 106 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG)) {
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | prelink-riscv.c | 103 if (memcmp(e_ident, ELFMAG, SELFMAG) != 0) in main()
|
D | mips-relocs.c | 235 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()
|
/third_party/libunwind/src/ |
D | elfxx.h | 77 return (memcmp (ei->image, ELFMAG, SELFMAG) == 0 in elf_w()
|
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/ |
D | pfe_firmware.c | 44 if (strncmp((char *)&elf_hdr->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in pfe_load_elf()
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
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/src/coredump/ |
D | _UCD_create.c | 78 if (memcmp(&elf_header32, ELFMAG, SELFMAG) != 0) in _UCD_create()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 72 #define SELFMAG 4 /* magic string size */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 72 #define SELFMAG 4 /* magic string size */ macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | elf.h | 53 #define SELFMAG 4 /* size of magic */ macro
|
/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/include/ |
D | elf.h | 85 #define SELFMAG 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 85 #define SELFMAG 4 macro
|