Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_aout.c35 static int load_aout_library(struct file*);
40 .load_shlib = load_aout_library,
255 static int load_aout_library(struct file *file) in load_aout_library() function
/OK3568_Linux_fs/kernel/arch/x86/ia32/
H A Dia32_aout.c40 static int load_aout_library(struct file *);
45 .load_shlib = load_aout_library,
245 static int load_aout_library(struct file *file) in load_aout_library() function