Home
last modified time | relevance | path

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

/fs/
Dbinfmt_aout.c35 static int load_aout_library(struct file*);
40 .load_shlib = load_aout_library,
256 static int load_aout_library(struct file *file) in load_aout_library() function