Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dcore_elf32.c84 struct note_buf *nb_next; member
136 ns.ns_last->nb_next = NULL; in ELFNAMEEND()
264 for (nb = ns.ns_first; nb != NULL; nb = nb->nb_next) { in ELFNAMEEND()
267 nb->nb_next == NULL ? ns.ns_offset : sizeof nb->nb_data), in ELFNAMEEND()
297 ns.ns_first = nb->nb_next; in ELFNAMEEND()
566 nb->nb_next = kmem_alloc(sizeof(*nb->nb_next), KM_SLEEP); in save_note_bytes()
567 nb = nb->nb_next; in save_note_bytes()