Home
last modified time | relevance | path

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

/arch/powerpc/boot/
A Delf_util.c30 (elf64->e_type == ET_EXEC || in parse_elf64()
31 elf64->e_type == ET_DYN) && in parse_elf64()
62 (elf32->e_type == ET_EXEC || in parse_elf32()
63 elf32->e_type == ET_DYN) && in parse_elf32()
A Delf.h57 Elf32_Half e_type; member
74 Elf64_Half e_type; member
A Drs6000.h146 char e_type[2]; member
/arch/s390/tools/
A Drelocs.c132 ehdr.e_type = elf_half_to_cpu(ehdr.e_type); in read_ehdr()
149 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/arch/mips/boot/tools/
A Drelocs.c224 ehdr.e_type = elf_half_to_cpu(ehdr.e_type); in read_ehdr()
238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/arch/s390/kernel/
A Dkexec_elf.c81 if (ehdr->e_type != ET_EXEC || in s390_elf_load()
A Dcrash_dump.c456 ehdr->e_type = ET_CORE; in ehdr_init()
/arch/arm/vdso/
A Dvdsomunge.c161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN) in main()
/arch/x86/tools/
A Drelocs.c360 ehdr.e_type = elf_half_to_cpu(ehdr.e_type); in read_ehdr()
377 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
/arch/mips/kernel/
A Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
602 if (hdr->e_type == ET_REL) in vpe_elfload()
/arch/alpha/boot/tools/
A Dobjstrip.c152 if (elf->e_type != ET_EXEC) { in main()
/arch/mips/vdso/
A Dgenvdso.c178 } else if (swap_uint16(ehdr->e_type) != ET_DYN) { in map_vdso()
/arch/x86/entry/vdso/
A Dvdso2c.h60 if (GET_LE(&hdr->e_type) != ET_DYN) in BITSFUNC()
/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c291 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u"); in init_elf()
/arch/mips/boot/
A Delf2ecoff.c171 e->e_type = swab16(e->e_type); in convert_elf_hdr()
/arch/powerpc/platforms/powernv/
A Dopal-core.c365 elf->e_type = cpu_to_be16(ET_CORE); in create_opalcore()
/arch/powerpc/kernel/
A Dfadump.c936 elf->e_type = ET_CORE; in fadump_init_elfcore_header()
A Dprom_init.c1175 .e_type = ET_EXEC, /* yeah right */

Completed in 34 milliseconds