Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Delf.h440 static inline int elf_coredump_extra_notes_write(struct file *file, in elf_coredump_extra_notes_write() function
444 extern int elf_coredump_extra_notes_write(struct file *file, loff_t *foffset);
/linux-2.6.39/arch/powerpc/platforms/cell/
Dspu_syscalls.c132 int elf_coredump_extra_notes_write(struct file *file, loff_t *foffset) in elf_coredump_extra_notes_write() function
/linux-2.6.39/fs/
Dbinfmt_elf.c2012 if (elf_coredump_extra_notes_write(cprm->file, &foffset)) in elf_core_dump()