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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_aout.c143 * create_aout_tables() parses the env- and arg-strings in new user
147 static unsigned long __user *create_aout_tables(char __user *p, struct linux_binprm * bprm) function
363 (unsigned long) create_aout_tables((char __user *) bprm->p, bprm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_aout.c217 * create_aout_tables() parses the env- and arg-strings in new user
221 static u32 __user *create_aout_tables(char __user *p, struct linux_binprm *bprm) function
416 (unsigned long)create_aout_tables((char __user *)bprm->p, bprm);

Completed in 57 milliseconds