Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbinfmts.h98 int (*load_shlib)(struct file *); member
/kernel/linux/linux-5.10/fs/
Dbinfmt_aout.c40 .load_shlib = load_aout_library,
Dexec.c162 if (!fmt->load_shlib) in SYSCALL_DEFINE1()
167 error = fmt->load_shlib(file); in SYSCALL_DEFINE1()
Dbinfmt_elf.c103 .load_shlib = load_elf_library,
/kernel/linux/linux-5.10/arch/x86/ia32/
Dia32_aout.c45 .load_shlib = load_aout_library,