Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDgdbtypes.c1945 static struct vbase *current_vbase_list = NULL; variable
1975 tmp_vbase = current_vbase_list; in virtual_base_list_aux()
1990 tmp_vbase->next = current_vbase_list; in virtual_base_list_aux()
1991 current_vbase_list = tmp_vbase; in virtual_base_list_aux()
2022 current_vbase_list = NULL; in virtual_base_list()
2025 for (i = 0, tmp_vbase = current_vbase_list; tmp_vbase != NULL; i++, tmp_vbase = tmp_vbase->next) in virtual_base_list()
2032 for (i = count - 1, tmp_vbase = current_vbase_list; i >= 0; i--, tmp_vbase = tmp_vbase->next) in virtual_base_list()
2036 tmp_vbase_2 = tmp_vbase = current_vbase_list; in virtual_base_list()
2056 current_vbase_list = NULL; in virtual_base_list_length()
2059 for (i = 0, tmp_vbase = current_vbase_list; tmp_vbase != NULL; i++, tmp_vbase = tmp_vbase->next) in virtual_base_list_length()
[all …]