Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbinfmts.h78 int (*load_shlib)(struct file *); member
/linux-4.1.27/fs/
Dbinfmt_aout.c119 .load_shlib = load_aout_library,
Dexec.c144 if (!fmt->load_shlib) in SYSCALL_DEFINE1()
149 error = fmt->load_shlib(file); in SYSCALL_DEFINE1()
Dbinfmt_elf.c86 .load_shlib = load_elf_library,
/linux-4.1.27/arch/x86/ia32/
Dia32_aout.c112 .load_shlib = load_aout_library,