tag
line
file
source code
load_aout_binary
56
fs/exec.c
static int load_aout_binary(struct linux_binprm *, struct pt_regs * regs);
load_aout_binary
63
fs/exec.c
static struct linux_binfmt aout_format = { NULL, load_aout_binary, load_aout_library };