Searched refs:interp (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/powerpc/boot/
H A DzImage.lds.S46 .interp : { *(.interp) }
/linux-master/include/linux/
H A Dbinfmts.h54 const char *interp; /* Name of the binary really executed. Most member in struct:linux_binprm
136 extern int bprm_change_interp(const char *interp, struct linux_binprm *bprm);
/linux-master/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S98 *(.interp)
/linux-master/arch/s390/include/asm/
H A Delf.h192 #define arch_check_elf(ehdr, interp, interp_ehdr, state) (0)
194 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \
209 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S343 .interp : AT(ADDR(.interp) - LOAD_OFFSET) { *(.interp) }
/linux-master/fs/
H A Dbinfmt_script.c109 retval = copy_string_kernel(bprm->interp, bprm);
H A Dexec.c1528 /* If a binfmt changed the interp, free it. */
1529 if (bprm->interp != bprm->filename)
1530 kfree(bprm->interp);
1578 bprm->interp = bprm->filename;
1589 int bprm_change_interp(const char *interp, struct linux_binprm *bprm) argument
1591 /* If a binfmt changed the interp, free it first. */
1592 if (bprm->interp != bprm->filename)
1593 kfree(bprm->interp);
1594 bprm->interp = kstrdup(interp, GFP_KERNE
[all...]
H A Dbinfmt_misc.c73 * - interp: ~50 bytes
93 char *p = strrchr(bprm->interp, '.');
234 retval = copy_string_kernel(bprm->interp, bprm);
239 /* add the interp as argv[0] */
245 /* Update interp in case binfmt_script needs it. */
/linux-master/arch/parisc/kernel/
H A Dvmlinux.lds.S178 *(.interp)
/linux-master/arch/um/kernel/
H A Ddyn.lds.S19 .interp : { *(.interp) }
/linux-master/sound/soc/fsl/
H A Dfsl_easrc.c304 struct interp_params *interp = easrc_priv->interp; local
318 if ((interp[i].num_taps - 1) !=
322 coef = interp[i].coeff;
323 selected_interp = &interp[i];
1759 struct interp_params *interp = easrc_priv->interp; local
1775 if (interp[i].magic != FIRMWARE_MAGIC) {
1776 dev_dbg(dev, "%d. wrong interp magic: %x\n",
1777 i, interp[
[all...]
H A Dfsl_easrc.h628 * @interp: pointer to interpolation filter coeff
641 struct interp_params *interp; member in struct:fsl_easrc_priv
/linux-master/arch/s390/kernel/
H A Dvmlinux.lds.S296 *(.interp)
/linux-master/arch/arm64/kernel/
H A Dvmlinux.lds.S163 *(.interp .dynamic)

Completed in 221 milliseconds