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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c55 static struct so_list *so_list_head; /* List of known shared objects */ variable in typeref:struct:so_list
343 return so_list_head;
383 in GDB's so_list_head list. Edit so_list_head to bring it in sync
418 so_list_head list, arrange for it to be cleaned up when
450 gdb = so_list_head;
451 gdb_link = &so_list_head;
583 for (gdb = so_list_head; gdb; gdb = gdb->next)
662 for (so = so_list_head; so; so = so->next)
690 if (so_list_head
[all...]
H A Dpa64solib.c86 static struct so_list *so_list_head; variable in typeref:struct:so_list
89 shared objects on the so_list_head list. (When we say size, here
577 while (so_list_head)
581 temp = so_list_head;
582 xfree (so_list_head);
583 so_list_head = temp->next;
722 struct so_list *so_list = so_list_head;
748 struct so_list *so_list = so_list_head;
771 struct so_list *so_list = so_list_head;
830 struct so_list *so = so_list_head;
[all...]
H A Dsomsolib.c153 static struct so_list *so_list_head; variable in typeref:struct:so_list
157 shared objects on the so_list_head list. (When we say size, here
542 so_list_tail = so_list_head;
561 struct so_list *so_list = so_list_head;
659 if (so_list_head == NULL)
661 so_list_head = new_so;
1041 while (so_list_head)
1045 temp = so_list_head;
1046 xfree (so_list_head);
1047 so_list_head
[all...]

Completed in 95 milliseconds