/linux-6.3-rc2/scripts/mod/ |
A D | mk_elfconfig.c | 17 if (memcmp(ei, ELFMAG, SELFMAG) != 0) { in main()
|
/linux-6.3-rc2/arch/mips/tools/ |
A D | elf-entry.c | 58 if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG)) { in main()
|
A D | loongson3-llsc-check.c | 270 if (memcmp(eh->e_ident, ELFMAG, SELFMAG)) { in main()
|
/linux-6.3-rc2/arch/powerpc/boot/ |
A D | elf.h | 132 #define SELFMAG 4 macro
|
/linux-6.3-rc2/tools/perf/util/ |
A D | symbol-minimal.c | 106 if (memcmp(e_ident, ELFMAG, SELFMAG) || in filename__read_build_id() 311 if (memcmp(e_ident, ELFMAG, SELFMAG) || in fd__is_64_bit()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | kexec_elf.c | 124 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) in s390_elf_probe()
|
A D | crash_dump.c | 456 memcpy(ehdr->e_ident, ELFMAG, SELFMAG); in ehdr_init()
|
/linux-6.3-rc2/drivers/remoteproc/ |
A D | remoteproc_elf_helpers.h | 32 memcpy(hdr->e_ident, ELFMAG, SELFMAG); in elf_hdr_init_ident()
|
A D | remoteproc_elf_loader.c | 64 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG)) {
|
/linux-6.3-rc2/arch/arm/vdso/ |
A D | vdsomunge.c | 153 if (memcmp(&inhdr->e_ident, ELFMAG, SELFMAG) != 0) in main()
|
/linux-6.3-rc2/lib/ |
A D | buildid.c | 147 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) in build_id_parse()
|
/linux-6.3-rc2/fs/ |
A D | coredump.c | 1187 char elfmag[SELFMAG]; in dump_vma_snapshot() 1189 if (copy_from_user(elfmag, (void __user *)m->start, SELFMAG) || in dump_vma_snapshot() 1190 memcmp(elfmag, ELFMAG, SELFMAG) != 0) { in dump_vma_snapshot()
|
A D | binfmt_elf.c | 848 if (memcmp(elf_ex->e_ident, ELFMAG, SELFMAG) != 0) in load_elf_binary() 952 if (memcmp(interp_elf_ex->e_ident, ELFMAG, SELFMAG) != 0) in load_elf_binary() 1381 if (memcmp(elf_ex.e_ident, ELFMAG, SELFMAG) != 0) in load_elf_library() 1495 memcpy(elf->e_ident, ELFMAG, SELFMAG); in fill_elf_header()
|
A D | binfmt_elf_fdpic.c | 106 if (memcmp(hdr->e_ident, ELFMAG, SELFMAG) != 0) in is_elf() 1240 memcpy(elf->e_ident, ELFMAG, SELFMAG); in fill_elf_fdpic_header()
|
/linux-6.3-rc2/arch/alpha/boot/tools/ |
A D | objstrip.c | 151 if (memcmp(&elf->e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) { in main()
|
/linux-6.3-rc2/arch/mips/vdso/ |
A D | genvdso.c | 141 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0) { in map_vdso()
|
/linux-6.3-rc2/scripts/ |
A D | sorttable.c | 297 if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 || in do_file()
|
A D | recordmcount.c | 553 if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 || in do_file()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | vpe.c | 593 if (memcmp(hdr->e_ident, ELFMAG, SELFMAG) != 0 in vpe_elfload() 808 if (memcmp(hdr->e_ident, ELFMAG, SELFMAG) == 0) { in vpe_release()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | elf.h | 349 #define SELFMAG 4 macro
|
/linux-6.3-rc2/fs/proc/ |
A D | vmcore.c | 1222 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0 || in parse_crash_elf64_headers() 1278 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0 || in parse_crash_elf32_headers() 1329 if (memcmp(e_ident, ELFMAG, SELFMAG) != 0) { in parse_crash_elf_headers()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/ptrace/ |
A D | core-pkey.c | 205 ret = memcmp(ehdr->e_ident, ELFMAG, SELFMAG); in check_core_file()
|
/linux-6.3-rc2/kernel/ |
A D | kexec_elf.c | 26 return memcmp(ehdr->e_ident, ELFMAG, SELFMAG) == 0; in elf_is_elf_file()
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal-core.c | 359 memcpy(elf->e_ident, ELFMAG, SELFMAG); in create_opalcore()
|
/linux-6.3-rc2/arch/mips/boot/tools/ |
A D | relocs.c | 210 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0) in read_ehdr()
|