Searched refs:elfcorehdr_read_notes (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dcrash_dump.h22 extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos);
/linux-master/fs/proc/
H A Dvmcore.c210 ssize_t __weak elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) function
740 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset);
833 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz,
931 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset);
1024 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz,
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c646 ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) function

Completed in 185 milliseconds