Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbinfmts.h95 int (*load_shlib)(struct file *); member
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_aout.c40 .load_shlib = load_aout_library,
H A Dexec.c164 if (!fmt->load_shlib) in SYSCALL_DEFINE1()
169 error = fmt->load_shlib(file); in SYSCALL_DEFINE1()
H A Dbinfmt_elf.c103 .load_shlib = load_elf_library,
/OK3568_Linux_fs/kernel/arch/x86/ia32/
H A Dia32_aout.c45 .load_shlib = load_aout_library,