Home
last modified time | relevance | path

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

/linux/fs/proc/
A Dvmcore.c734 void *notes_section; in update_note_header_size_elf64() local
740 notes_section = kmalloc(max_sz, GFP_KERNEL); in update_note_header_size_elf64()
741 if (!notes_section) in update_note_header_size_elf64()
745 kfree(notes_section); in update_note_header_size_elf64()
748 nhdr_ptr = notes_section; in update_note_header_size_elf64()
761 kfree(notes_section); in update_note_header_size_elf64()
925 void *notes_section; in update_note_header_size_elf32() local
932 if (!notes_section) in update_note_header_size_elf32()
936 kfree(notes_section); in update_note_header_size_elf32()
939 nhdr_ptr = notes_section; in update_note_header_size_elf32()
[all …]

Completed in 9 milliseconds