Home
last modified time | relevance | path

Searched refs:transfer_args_to_stack (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dbinfmts.h134 extern int transfer_args_to_stack(struct linux_binprm *bprm,
/kernel/linux/linux-5.10/fs/
Dexec.c871 int transfer_args_to_stack(struct linux_binprm *bprm, in transfer_args_to_stack() function
896 EXPORT_SYMBOL(transfer_args_to_stack);
Dbinfmt_flat.c1013 res = transfer_args_to_stack(bprm, &current->mm->start_stack); in load_flat_binary()
Dbinfmt_elf_fdpic.c522 if (transfer_args_to_stack(bprm, &sp) < 0) in create_elf_fdpic_tables()