Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dbinfmt_elf.c61 static int elf_core_dump(long signr, struct pt_regs * regs, struct file * file);
63 #define elf_core_dump NULL macro
77 NULL, THIS_MODULE, load_elf_binary, load_elf_library, elf_core_dump, ELF_EXEC_PAGESIZE
1156 static int elf_core_dump(long signr, struct pt_regs * regs, struct file * file) in elf_core_dump() function