Home
last modified time | relevance | path

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

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