Home
last modified time | relevance | path

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

/Linux-v6.1/fs/proc/
Dvmcore.c732 void *notes_section; in update_note_header_size_elf64() local
738 notes_section = kmalloc(max_sz, GFP_KERNEL); in update_note_header_size_elf64()
739 if (!notes_section) in update_note_header_size_elf64()
741 rc = elfcorehdr_read_notes(notes_section, max_sz, &offset); in update_note_header_size_elf64()
743 kfree(notes_section); in update_note_header_size_elf64()
746 nhdr_ptr = notes_section; in update_note_header_size_elf64()
759 kfree(notes_section); in update_note_header_size_elf64()
923 void *notes_section; in update_note_header_size_elf32() local
929 notes_section = kmalloc(max_sz, GFP_KERNEL); in update_note_header_size_elf32()
930 if (!notes_section) in update_note_header_size_elf32()
[all …]