Home
last modified time | relevance | path

Searched refs:elfcorehdr_read_notes (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dcrash_dump.h22 extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos);
/linux-6.1.9/fs/proc/
Dvmcore.c210 ssize_t __weak elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) in elfcorehdr_read_notes() function
741 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf64()
834 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf64()
932 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf32()
1025 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf32()
/linux-6.1.9/arch/s390/kernel/
Dcrash_dump.c645 ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos) in elfcorehdr_read_notes() function