elfcorehdr_read_notes
rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz,
rc = elfcorehdr_read_notes(notes_section, max_sz, &offset);
rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz,
rc = elfcorehdr_read_notes(notes_section, max_sz, &offset);
extern ssize_t elfcorehdr_read_notes(char *buf, size_t count, u64 *ppos);