Home
last modified time | relevance | path

Searched refs:ELFMAG1 (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/boot/
H A Delf_util.c21 elf64->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf64()
57 elf32->e_ident[EI_MAG1] == ELFMAG1 && in parse_elf32()
H A Delf.h128 #define ELFMAG1 'E' macro
/linux/tools/testing/selftests/kvm/lib/
H A Delf.c35 TEST_ASSERT((ident[EI_MAG0] == ELFMAG0) && (ident[EI_MAG1] == ELFMAG1) in elfhdr_get()
43 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3); in elfhdr_get()
/linux/arch/parisc/boot/compressed/
H A Dmisc.c247 ehdr.e_ident[EI_MAG1] != ELFMAG1 || in parse_elf()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c284 assert_eq(elf.ehdr->e_ident[EI_MAG1], ELFMAG1, "0x%x"); in init_elf()
/linux/arch/x86/boot/compressed/
H A Dmisc.c295 ehdr.e_ident[EI_MAG1] != ELFMAG1 || in parse_elf()
/linux/scripts/
H A Dinsert-sys-cert.c324 (hdr->e_ident[EI_MAG1] != ELFMAG1) || in main()