Home
last modified time | relevance | path

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

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