Home
last modified time | relevance | path

Searched refs:would_dump (Results 1 – 4 of 4) sorted by path

/linux/fs/
H A Dbinfmt_elf.c903 would_dump(bprm, interpreter); in load_elf_binary()
H A Dbinfmt_elf_fdpic.c274 would_dump(bprm, interpreter); in load_elf_fdpic_binary()
H A Dexec.c1310 would_dump(bprm, bprm->file); in begin_new_exec()
1312 would_dump(bprm, bprm->executable); in begin_new_exec()
1443 void would_dump(struct linux_binprm *bprm, struct file *file) in would_dump() function
1463 EXPORT_SYMBOL(would_dump);
/linux/include/linux/
H A Dbinfmts.h122 extern void would_dump(struct linux_binprm *, struct file *);