Searched refs:e_type (Results 1 - 25 of 49) sorted by path

12

/linux-master/arch/arm/vdso/
H A Dvdsomunge.c161 if (read_elf_half(inhdr->e_type, swap) != ET_DYN)
/linux-master/arch/powerpc/boot/
H A Delf.h57 Elf32_Half e_type; member in struct:elf32_hdr
74 Elf64_Half e_type; member in struct:elf64_hdr
H A Delf_util.c30 (elf64->e_type == ET_EXEC ||
31 elf64->e_type == ET_DYN) &&
62 (elf32->e_type == ET_EXEC ||
63 elf32->e_type == ET_DYN) &&
H A Drs6000.h150 char e_type[2]; member in struct:external_syment
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c152 if (elf->e_type != ET_EXEC) {
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c288 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u");
/linux-master/arch/mips/boot/
H A Delf2ecoff.c171 e->e_type = swab16(e->e_type);
/linux-master/arch/mips/boot/tools/
H A Drelocs.c224 ehdr.e_type = elf_half_to_cpu(ehdr.e_type);
238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN))
/linux-master/arch/mips/kernel/
H A Dvpe.c593 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC)
601 if (hdr->e_type == ET_REL)
/linux-master/arch/mips/vdso/
H A Dgenvdso.c178 } else if (swap_uint16(ehdr->e_type) != ET_DYN) {
/linux-master/arch/powerpc/kernel/
H A Dfadump.c976 elf->e_type = ET_CORE;
H A Dprom_init.c1175 .e_type = ET_EXEC, /* yeah right */
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c365 elf->e_type = cpu_to_be16(ET_CORE);
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c462 ehdr->e_type = ET_CORE;
H A Dkexec_elf.c81 if (ehdr->e_type != ET_EXEC ||
/linux-master/arch/s390/tools/
H A Drelocs.c132 ehdr.e_type = elf_half_to_cpu(ehdr.e_type);
149 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN))
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h60 if (GET_LE(&hdr->e_type) != ET_DYN)
/linux-master/arch/x86/tools/
H A Drelocs.c385 ehdr.e_type = elf_half_to_cpu(ehdr.e_type);
402 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN))
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.c182 #define GTT_TYPE_TABLE_ENTRY(type, e_type, cpt_type, npt_type, pse_type) \
184 .entry_type = e_type, \
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c976 if (ehdr->e_type != ET_EXEC) {
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h64 ELF_GEN_FIELD_GET_SET(hdr, e_type, u16)
/linux-master/fs/
H A Dbinfmt_elf.c644 if (interp_elf_ex->e_type != ET_EXEC &&
645 interp_elf_ex->e_type != ET_DYN)
670 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set)
672 else if (no_base && interp_elf_ex->e_type == ET_DYN)
683 interp_elf_ex->e_type == ET_DYN) {
846 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN)
1051 } else if (elf_ex->e_type == ET_EXEC) {
1058 } else if (elf_ex->e_type == ET_DYN) {
1142 if (elf_ex->e_type
[all...]
H A Dbinfmt_elf_fdpic.c108 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN)
218 if (exec_params.hdr.e_type != ET_DYN)
1246 elf->e_type = ET_CORE;
/linux-master/fs/proc/
H A Dkcore.c350 .e_type = ET_CORE,
H A Dvmcore.c1223 (ehdr.e_type != ET_CORE) ||
1279 (ehdr.e_type != ET_CORE) ||

Completed in 323 milliseconds

12