Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Delf.c79 struct elf32_hdr e32; in arch_elf_pt_proc() member
90 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_elf_pt_proc()
91 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_elf_pt_proc()
138 struct elf32_hdr e32; in arch_check_elf() member
142 struct elf32_hdr e32; in arch_check_elf() member
150 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
151 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; in arch_check_elf()
172 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()
173 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags; in arch_check_elf()