Searched refs:elf_coredump_extra_notes_write (Results 1 – 3 of 3) sorted by relevance
60 static inline int elf_coredump_extra_notes_write(struct coredump_params *cprm) { return 0; } in elf_coredump_extra_notes_write() function63 extern int elf_coredump_extra_notes_write(struct coredump_params *cprm);
118 int elf_coredump_extra_notes_write(struct coredump_params *cprm) in elf_coredump_extra_notes_write() function
2264 if (elf_coredump_extra_notes_write(cprm)) in elf_core_dump()