Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/boot/
Delf.h26 #define PT_INTERP 3 macro
/Linux-v5.4/arch/s390/kernel/
Dkexec_elf.c95 if (phdr->p_type == PT_INTERP) in s390_elf_load()
/Linux-v5.4/include/uapi/linux/
Delf.h29 #define PT_INTERP 3 macro
/Linux-v5.4/kernel/
Dkexec_elf.c352 if (elf_info->proghdrs[i].p_type == PT_INTERP) { in kexec_build_elf_info()
/Linux-v5.4/fs/
Dbinfmt_elf_fdpic.c233 case PT_INTERP: in load_elf_fdpic_binary()
Dbinfmt_elf.c727 if (elf_ppnt->p_type != PT_INTERP) in load_elf_binary()