Searched refs:elfcorehdr_read_notes (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | crash_dump.h | 22 extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos);
|
/linux-6.1.9/fs/proc/ |
D | vmcore.c | 210 ssize_t __weak elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) in elfcorehdr_read_notes() function 741 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf64() 834 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf64() 932 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf32() 1025 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf32()
|
/linux-6.1.9/arch/s390/kernel/ |
D | crash_dump.c | 645 ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) in elfcorehdr_read_notes() function
|