Searched refs:note_buf (Results 1 – 1 of 1) sorted by relevance
312 void *note_buf; in read_elf32() local321 if ((note_buf = kmem_alloc(phdr->p_filesz, 0)) == NULL) in read_elf32()331 nhdr = (Elf32_Nhdr *)note_buf; in read_elf32()359 nhdr = (Elf32_Nhdr *)((char *)note_buf + offset); in read_elf32()362 kmem_free(note_buf, phdr->p_filesz); in read_elf32()686 void *note_buf; in read_elf64() local695 if ((note_buf = kmem_alloc(phdr->p_filesz, 0)) == NULL) in read_elf64()706 nhdr = (Elf64_Nhdr *)note_buf; in read_elf64()734 nhdr = (Elf64_Nhdr *)((char *)note_buf + offset); in read_elf64()737 kmem_free(note_buf, phdr->p_filesz); in read_elf64()