Home
last modified time | relevance | path

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

/fs/
Dbinfmt_aout.c33 static int load_aout_binary(struct linux_binprm *, struct pt_regs * regs);
39 .load_binary = load_aout_binary,
220 static int load_aout_binary(struct linux_binprm * bprm, struct pt_regs * regs) in load_aout_binary() function