Searched refs:notes_section (Results 1 – 1 of 1) sorted by relevance
754 void *notes_section; in update_note_header_size_elf64() local760 notes_section = kmalloc(max_sz, GFP_KERNEL); in update_note_header_size_elf64()761 if (!notes_section) in update_note_header_size_elf64()765 kfree(notes_section); in update_note_header_size_elf64()768 nhdr_ptr = notes_section; in update_note_header_size_elf64()781 kfree(notes_section); in update_note_header_size_elf64()945 void *notes_section; in update_note_header_size_elf32() local952 if (!notes_section) in update_note_header_size_elf32()956 kfree(notes_section); in update_note_header_size_elf32()959 nhdr_ptr = notes_section; in update_note_header_size_elf32()[all …]
Completed in 5 milliseconds