Searched refs:elfcorehdr_read_notes (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ |
D | crash_dump.h | 23 extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos);
|
/Linux-v5.10/fs/proc/ |
D | vmcore.c | 178 ssize_t __weak elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) in elfcorehdr_read_notes() function 720 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf64() 813 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf64() 911 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf32() 1004 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf32()
|
/Linux-v5.10/arch/s390/kernel/ |
D | crash_dump.c | 704 ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) in elfcorehdr_read_notes() function
|