tag
line
file
source code
load_aout_library
57
fs/exec.c
static int load_aout_library(int fd);
load_aout_library
63
fs/exec.c
static struct linux_binfmt aout_format = { NULL, load_aout_binary, load_aout_library };