Searched refs:EI_MAG0 (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/arch/powerpc/boot/ |
H A D | elf_util.c | 20 if (!(elf64->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf64() 56 if (!(elf32->e_ident[EI_MAG0] == ELFMAG0 && in parse_elf32()
|
H A D | elf.h | 117 #define EI_MAG0 0 /* e_ident[] indexes */ macro
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 35 TEST_ASSERT((ident[EI_MAG0] == ELFMAG0) && (ident[EI_MAG1] == ELFMAG1) in elfhdr_get() 42 ident[EI_MAG0], ident[EI_MAG1], ident[EI_MAG2], ident[EI_MAG3], in elfhdr_get()
|
/openbmc/u-boot/include/ |
H A D | elf.h | 35 #define EI_MAG0 0 /* file ID */ macro 85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_firmware.c | 44 if (strncmp((char *)&elf_hdr->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in pfe_load_elf()
|
/openbmc/qemu/linux-user/ |
H A D | gen-vdso.c | 139 if (buf[EI_MAG0] != ELFMAG0 || buf[EI_MAG1] != ELFMAG1 || in main()
|
H A D | elfload.c | 2210 return (ehdr->e_ident[EI_MAG0] == ELFMAG0 in elf_check_ident()
|
/openbmc/linux/arch/alpha/boot/tools/ |
H A D | objstrip.c | 151 if (memcmp(&elf->e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) { in main()
|
/openbmc/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 246 if (ehdr.e_ident[EI_MAG0] != ELFMAG0 || in parse_elf()
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 280 assert_eq(elf.ehdr->e_ident[EI_MAG0], ELFMAG0, "0x%x"); in init_elf()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.c | 293 if (ehdr.e_ident[EI_MAG0] != ELFMAG0 || in parse_elf()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 334 #define EI_MAG0 0 /* e_ident[] indexes */ macro
|
/openbmc/linux/scripts/ |
H A D | insert-sys-cert.c | 323 if ((hdr->e_ident[EI_MAG0] != ELFMAG0) || in main()
|
/openbmc/u-boot/tools/ |
H A D | mips-relocs.c | 235 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()
|
/openbmc/linux/fs/proc/ |
H A D | kcore.c | 355 [EI_MAG0] = ELFMAG0, in read_kcore_iter()
|
/openbmc/qemu/include/ |
H A D | elf.h | 1627 #define EI_MAG0 0 /* e_ident[] indexes */ macro
|
/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/ |
H A D | c8sectpfe-core.c | 980 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in c8sectpfe_elf_sanity_check()
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 448 if ((hdr->e_ident[EI_MAG0] != ELFMAG0) || in parse_elf()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 6382 .e_ident[EI_MAG0] = ELFMAG0, in tcg_register_jit_int()
|