Searched refs:notes_section (Results 1 – 1 of 1) sorted by relevance
736 void *notes_section; in update_note_header_size_elf64() local742 notes_section = kmalloc(max_sz, GFP_KERNEL); in update_note_header_size_elf64()743 if (!notes_section) in update_note_header_size_elf64()745 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf64()747 kfree(notes_section); in update_note_header_size_elf64()750 nhdr_ptr = notes_section; in update_note_header_size_elf64()763 kfree(notes_section); in update_note_header_size_elf64()927 void *notes_section; in update_note_header_size_elf32() local933 notes_section = kmalloc(max_sz, GFP_KERNEL); in update_note_header_size_elf32()934 if (!notes_section) in update_note_header_size_elf32()[all …]