Home
last modified time | relevance | path

Searched refs:SELFMAG (Results 1 – 14 of 14) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/remoteproc/
Drproc-elf-loader.c50 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG)) {
106 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG)) {
/third_party/uboot/u-boot-2020.01/tools/
Dprelink-riscv.c103 if (memcmp(e_ident, ELFMAG, SELFMAG) != 0) in main()
Dmips-relocs.c235 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()
/third_party/libunwind/src/
Delfxx.h77 return (memcmp (ei->image, ELFMAG, SELFMAG) == 0 in elf_w()
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/
Dpfe_firmware.c44 if (strncmp((char *)&elf_hdr->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in pfe_load_elf()
/third_party/skia/third_party/externals/angle2/util/posix/
Dcrash_handler_posix.cpp317 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.c78 if (memcmp(&elf_header32, ELFMAG, SELFMAG) != 0) in _UCD_create()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h72 #define SELFMAG 4 /* magic string size */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h72 #define SELFMAG 4 /* magic string size */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h53 #define SELFMAG 4 /* size of magic */ macro
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc463 if (memcmp(elf_header.e_ident, ELFMAG, SELFMAG) != 0) {
1233 if (memcmp(obj->start_addr, ELFMAG, SELFMAG) != 0) {
/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc463 if (memcmp(elf_header.e_ident, ELFMAG, SELFMAG) != 0) {
1223 if (memcmp(obj->start_addr, ELFMAG, SELFMAG) != 0) {
/third_party/musl/include/
Delf.h85 #define SELFMAG 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h85 #define SELFMAG 4 macro