Home
last modified time | relevance | path

Searched refs:create_aout_tables (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_aout.c55 * create_aout_tables() parses the env- and arg-strings in new user
59 static unsigned long __user *create_aout_tables(char __user *p, struct linux_binprm * bprm) in create_aout_tables() function
246 (unsigned long) create_aout_tables((char __user *) bprm->p, bprm); in load_aout_binary()
/kernel/linux/linux-5.10/arch/x86/ia32/
H A Dia32_aout.c59 * create_aout_tables() parses the env- and arg-strings in new user
63 static u32 __user *create_aout_tables(char __user *p, struct linux_binprm *bprm) in create_aout_tables() function
229 (unsigned long)create_aout_tables((char __user *)bprm->p, bprm); in load_aout_binary()

Completed in 2 milliseconds