Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Delf_util.c22 elf64->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf64()
58 elf32->e_ident[EI_MAG2] == ELFMAG2 && in parse_elf32()
H A Delf.h129 #define ELFMAG2 'L' macro
/linux/tools/testing/selftests/kvm/lib/
H A Delf.c36 && (ident[EI_MAG2] == ELFMAG2) && (ident[EI_MAG3] == ELFMAG3), in elfhdr_get()
43 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3); in elfhdr_get()
/linux/arch/parisc/boot/compressed/
H A Dmisc.c248 ehdr.e_ident[EI_MAG2] != ELFMAG2 || in parse_elf()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c285 assert_eq(elf.ehdr->e_ident[EI_MAG2], ELFMAG2, "0x%x"); in init_elf()
/linux/arch/x86/boot/compressed/
H A Dmisc.c296 ehdr.e_ident[EI_MAG2] != ELFMAG2 || in parse_elf()
/linux/scripts/
H A Dinsert-sys-cert.c325 (hdr->e_ident[EI_MAG2] != ELFMAG2) || in main()