Searched refs:notes_section (Results 1 – 1 of 1) sorted by relevance
734 void *notes_section; in update_note_header_size_elf64() local740 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() local932 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