Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Delf_util.c23 elf64->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf64()
59 elf32->e_ident[EI_MAG3] == ELFMAG3 && in parse_elf32()
H A Delf.h120 #define EI_MAG3 3 macro
/linux/tools/testing/selftests/kvm/lib/
H A Delf.c36 && (ident[EI_MAG2] == ELFMAG2) && (ident[EI_MAG3] == ELFMAG3), in elfhdr_get()
42 ident[EI_MAG0], ident[EI_MAG1], ident[EI_MAG2], ident[EI_MAG3], in elfhdr_get()
/linux/arch/parisc/boot/compressed/
H A Dmisc.c249 ehdr.e_ident[EI_MAG3] != ELFMAG3) { in parse_elf()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c286 assert_eq(elf.ehdr->e_ident[EI_MAG3], ELFMAG3, "0x%x"); in init_elf()
/linux/arch/x86/boot/compressed/
H A Dmisc.c297 ehdr.e_ident[EI_MAG3] != ELFMAG3) in parse_elf()
/linux/scripts/
H A Dinsert-sys-cert.c326 (hdr->e_ident[EI_MAG3] != ELFMAG3)) { in main()