Searched refs:elfcorehdr_read_notes (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | crash_dump.h | 22 extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos);
|
/Linux-v4.19/fs/proc/ |
D | vmcore.c | 164 ssize_t __weak elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) in elfcorehdr_read_notes() function 693 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf64() 786 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf64() 884 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf32() 977 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf32()
|
/Linux-v4.19/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
|