Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/boot/
Delf.h26 #define PT_INTERP 3 macro
/Linux-v4.19/arch/s390/kernel/
Dkexec_elf.c92 if (phdr->p_type == PT_INTERP) in s390_elf_load()
/Linux-v4.19/include/uapi/linux/
Delf.h29 #define PT_INTERP 3 macro
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c486 if (elf_info->proghdrs[i].p_type == PT_INTERP) { in build_elf_exec_info()
/Linux-v4.19/fs/
Dbinfmt_elf_fdpic.c237 case PT_INTERP: in load_elf_fdpic_binary()
Dbinfmt_elf.c751 if (elf_ppnt->p_type == PT_INTERP) { in load_elf_binary()