Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsolib-osf.c524 struct so_list *head = NULL, *tail, *newtail, so; in osf_current_sos() local
546 newtail = xmalloc (sizeof *newtail); in osf_current_sos()
548 head = newtail; in osf_current_sos()
550 tail->next = newtail; in osf_current_sos()
551 tail = newtail; in osf_current_sos()