Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-tasks.c522 struct symbol *atcb_sym = in ada_get_tcb_types_info() local
536 if (atcb_sym == NULL || atcb_sym->type () == NULL) in ada_get_tcb_types_info()
540 atcb_sym = lookup_symbol_in_language (atcb_name_fixed, NULL, in ada_get_tcb_types_info()
544 if (atcb_sym == NULL || atcb_sym->type () == NULL) in ada_get_tcb_types_info()
547 type = atcb_sym->type (); in ada_get_tcb_types_info()
553 type = atcb_sym->type (); in ada_get_tcb_types_info()