Searched refs:so_list_head (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsolib.c54 static struct so_list *so_list_head; /* List of known shared objects */ variable in typeref:struct:so_list
372 in GDB's so_list_head list. Edit so_list_head to bring it in sync
407 so_list_head list, arrange for it to be cleaned up when
439 gdb = so_list_head;
440 gdb_link = &so_list_head;
568 for (gdb = so_list_head; gdb; gdb = gdb->next)
654 for (so = so_list_head; so; so = so->next)
682 if (so_list_head == NULL)
714 for (so = so_list_head; s
[all...]
H A Dpa64solib.c85 static struct so_list *so_list_head; variable in typeref:struct:so_list
88 shared objects on the so_list_head list. (When we say size, here
575 while (so_list_head)
579 temp = so_list_head;
580 xfree (so_list_head);
581 so_list_head = temp->next;
720 struct so_list *so_list = so_list_head;
746 struct so_list *so_list = so_list_head;
769 struct so_list *so_list = so_list_head;
833 struct so_list *so = so_list_head;
[all...]
H A Dsomsolib.c152 static struct so_list *so_list_head; variable in typeref:struct:so_list
156 shared objects on the so_list_head list. (When we say size, here
539 so_list_tail = so_list_head;
558 struct so_list *so_list = so_list_head;
656 if (so_list_head == NULL)
658 so_list_head = new_so;
1038 while (so_list_head)
1042 temp = so_list_head;
1043 xfree (so_list_head);
1044 so_list_head
[all...]

Completed in 99 milliseconds