interp            168 arch/s390/include/asm/elf.h #define arch_check_elf(ehdr, interp, interp_ehdr, state) (0)
interp            170 arch/s390/include/asm/elf.h #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state)	\
interp            185 arch/s390/include/asm/elf.h #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state)	\
interp             29 fs/binfmt_em86.c 	char *interp;
interp             58 fs/binfmt_em86.c 	interp = EM86_INTERP;
interp             88 fs/binfmt_em86.c 	file = open_exec(interp);
interp             92 fs/binfmt_misc.c 	char *p = strrchr(bprm->interp, '.');
interp            193 fs/binfmt_misc.c 	retval = copy_strings_kernel(1, &bprm->interp, bprm);
interp            120 fs/binfmt_script.c 	retval = copy_strings_kernel(1, &bprm->interp, bprm);
interp           1434 fs/exec.c      	if (bprm->interp != bprm->filename)
interp           1435 fs/exec.c      		kfree(bprm->interp);
interp           1439 fs/exec.c      int bprm_change_interp(const char *interp, struct linux_binprm *bprm)
interp           1442 fs/exec.c      	if (bprm->interp != bprm->filename)
interp           1443 fs/exec.c      		kfree(bprm->interp);
interp           1444 fs/exec.c      	bprm->interp = kstrdup(interp, GFP_KERNEL);
interp           1445 fs/exec.c      	if (!bprm->interp)
interp           1795 fs/exec.c      	bprm->interp = bprm->filename;
interp             58 include/linux/binfmts.h 	const char * interp;	/* Name of the binary really executed. Most
interp            140 include/linux/binfmts.h extern int bprm_change_interp(const char *interp, struct linux_binprm *bprm);