Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dbinfmt_aout.c33 static int load_aout_library(struct file*);
39 NULL, THIS_MODULE, load_aout_binary, load_aout_library, aout_core_dump, PAGE_SIZE
447 static int load_aout_library(struct file *file) in load_aout_library() function