Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.c1788 const Elf_Note *note, *next_note; in digest_notes() local
1792 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()