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