Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_elf.c2628 const Elf_Note *note, *note0, *note_end; in __elfN() local
2654 note_end = (const Elf_Note *)(buf + pnote->p_filesz); in __elfN()
2658 note_end = (const Elf_Note *)(imgp->image_header + in __elfN()
2662 for (i = 0; i < 100 && note >= note0 && note < note_end; i++) { in __elfN()
2663 if (!aligned(note, Elf32_Addr) || (const char *)note_end - in __elfN()
2673 (const char *)note_end || strncmp(note_vendor, in __elfN()