Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dsolib.c54 static struct so_list *so_list_head; /* List of known shared objects */ variable
439 gdb = so_list_head; in update_solib_list()
440 gdb_link = &so_list_head; in update_solib_list()
568 for (gdb = so_list_head; gdb; gdb = gdb->next) in solib_add()
654 for (so = so_list_head; so; so = so->next) in info_sharedlibrary_command()
682 if (so_list_head == NULL) in info_sharedlibrary_command()
714 for (so = so_list_head; so; so = so->next) in solib_address()
757 while (so_list_head) in clear_solib()
759 struct so_list *so = so_list_head; in clear_solib()
760 so_list_head = so->next; in clear_solib()
Dpa64solib.c85 static struct so_list *so_list_head; variable
575 while (so_list_head) in pa64_solib_create_inferior_hook()
579 temp = so_list_head; in pa64_solib_create_inferior_hook()
580 xfree (so_list_head); in pa64_solib_create_inferior_hook()
581 so_list_head = temp->next; in pa64_solib_create_inferior_hook()
720 struct so_list *so_list = so_list_head; in pa64_solib_get_got_by_pc()
746 struct so_list *so_list = so_list_head; in pa64_solib_get_solib_by_pc()
769 struct so_list *so_list = so_list_head; in pa64_sharedlibrary_info_command()
833 struct so_list *so = so_list_head; in pa64_solib_address()
857 struct so_list *sl = so_list_head; in pa64_solib_restart()
[all …]
Dsomsolib.c152 static struct so_list *so_list_head; variable
539 so_list_tail = so_list_head; in som_solib_add()
558 struct so_list *so_list = so_list_head; in som_solib_add()
656 if (so_list_head == NULL) in som_solib_add()
658 so_list_head = new_so; in som_solib_add()
1038 while (so_list_head) in som_solib_create_inferior_hook()
1042 temp = so_list_head; in som_solib_create_inferior_hook()
1043 xfree (so_list_head); in som_solib_create_inferior_hook()
1044 so_list_head = temp->next; in som_solib_create_inferior_hook()
1344 struct so_list *so_list = so_list_head; in som_solib_get_got_by_pc()
[all …]