Searched refs:elfcorehdr_read_notes (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | crash_dump.h | 22 extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos);
|
/linux/fs/proc/ |
H A D | vmcore.c | 238 ssize_t __weak elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) in elfcorehdr_read_notes() function 757 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf64() 850 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf64() 948 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf32() 1041 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf32()
|