Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsolib-sunos.c399 struct so_list **link_ptr = &head; in sunos_current_sos() local
461 *link_ptr = new; in sunos_current_sos()
462 link_ptr = &new->next; in sunos_current_sos()
H A Dsolib-irix.c488 struct so_list **link_ptr = &head; in irix_current_sos() local
555 *link_ptr = new; in irix_current_sos()
556 link_ptr = &new->next; in irix_current_sos()
H A Dsolib-svr4.c616 struct so_list **link_ptr = &head; in svr4_current_sos() local
730 *link_ptr = new; in svr4_current_sos()
731 link_ptr = &new->next; in svr4_current_sos()
756 *link_ptr = new; in svr4_current_sos()
757 link_ptr = &new->next; in svr4_current_sos()