Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbinfmts.h86 int (*load_shlib)(struct file *); member
/Linux-v6.6/fs/
Dexec.c159 if (!fmt->load_shlib) in SYSCALL_DEFINE1()
164 error = fmt->load_shlib(file); in SYSCALL_DEFINE1()
Dbinfmt_elf.c104 .load_shlib = load_elf_library,