Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dbinfmts.h98 int (*load_shlib)(struct file *); member
/linux-4.19.296/fs/
Dbinfmt_aout.c120 .load_shlib = load_aout_library,
Dexec.c156 if (!fmt->load_shlib) in SYSCALL_DEFINE1()
161 error = fmt->load_shlib(file); in SYSCALL_DEFINE1()
Dbinfmt_elf.c96 .load_shlib = load_elf_library,