Searched refs:next_note (Results 1 – 1 of 1) sorted by relevance
1788 const Elf_Note *note, *next_note; in digest_notes() local1792 for (note = (const Elf_Note *)note_start;; note = next_note) { in digest_notes()1795 next_note = (const Elf_Note *)((const char *)(note + 1) + in digest_notes()1798 if ((Elf_Addr)next_note > note_end) in digest_notes()