Searched refs:elfcorehdr_read_notes (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | crash_dump.h | 20 extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos);
|
/linux-4.1.27/fs/proc/ |
H A D | vmcore.c | 152 ssize_t __weak elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) elfcorehdr_read_notes() function 541 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); update_note_header_size_elf64() 634 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, copy_notes_elf64() 727 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); update_note_header_size_elf32() 820 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, copy_notes_elf32()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | crash_dump.c | 673 ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) elfcorehdr_read_notes() function
|
Completed in 127 milliseconds