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

/linux-4.1.27/fs/
H A Dbinfmt_aout.c140 * create_aout_tables() parses the env- and arg-strings in new user
144 static unsigned long __user *create_aout_tables(char __user *p, struct linux_binprm * bprm) create_aout_tables() function
329 (unsigned long) create_aout_tables((char __user *) bprm->p, bprm); load_aout_binary()
/linux-4.1.27/arch/x86/ia32/
H A Dia32_aout.c215 * create_aout_tables() parses the env- and arg-strings in new user
219 static u32 __user *create_aout_tables(char __user *p, struct linux_binprm *bprm) create_aout_tables() function
381 (unsigned long)create_aout_tables((char __user *)bprm->p, bprm); load_aout_binary()

Completed in 132 milliseconds