taglinefilesource code
load_aout_binary56fs/exec.cstatic int load_aout_binary(struct linux_binprm *, struct pt_regs * regs);
load_aout_binary63fs/exec.cstatic struct linux_binfmt aout_format = { NULL, load_aout_binary, load_aout_library };