Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_elf.c71 static int load_elf_library(struct file *);
73 #define load_elf_library NULL macro
103 .load_shlib = load_elf_library,
1343 static int load_elf_library(struct file *file) in load_elf_library() function