Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c55 static int elf_core_dump(long signr, struct pt_regs *regs, struct file *file, unsigned long limit);
57 #define elf_core_dump NULL macro
78 .core_dump = elf_core_dump,
1918 static int elf_core_dump(long signr, struct pt_regs *regs, struct file *file, unsigned long limit) in elf_core_dump() function