Searched refs:notes_section (Results 1 – 1 of 1) sorted by relevance
748 void *notes_section; in update_note_header_size_elf64() local754 notes_section = kmalloc(max_sz, GFP_KERNEL); in update_note_header_size_elf64()755 if (!notes_section) in update_note_header_size_elf64()759 kfree(notes_section); in update_note_header_size_elf64()762 nhdr_ptr = notes_section; in update_note_header_size_elf64()775 kfree(notes_section); in update_note_header_size_elf64()939 void *notes_section; in update_note_header_size_elf32() local946 if (!notes_section) in update_note_header_size_elf32()950 kfree(notes_section); in update_note_header_size_elf32()953 nhdr_ptr = notes_section; in update_note_header_size_elf32()[all …]