Home
last modified time | relevance | path

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

/fs/proc/
Dvmcore.c226 void *notes_section; in merge_note_headers_elf64() local
234 notes_section = kmalloc(max_sz, GFP_KERNEL); in merge_note_headers_elf64()
235 if (!notes_section) in merge_note_headers_elf64()
237 rc = read_from_oldmem(notes_section, max_sz, &offset, 0); in merge_note_headers_elf64()
239 kfree(notes_section); in merge_note_headers_elf64()
242 nhdr_ptr = notes_section; in merge_note_headers_elf64()
256 kfree(notes_section); in merge_note_headers_elf64()
263 kfree(notes_section); in merge_note_headers_elf64()
307 void *notes_section; in merge_note_headers_elf32() local
315 notes_section = kmalloc(max_sz, GFP_KERNEL); in merge_note_headers_elf32()
[all …]