Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmdebugread.c1407 static struct type **map_bt[] = in parse_type() local
1466 if (t->bt >= (sizeof (map_bt) / sizeof (*map_bt))) in parse_type()
1471 if (map_bt[t->bt]) in parse_type()
1473 tp = *map_bt[t->bt]; in parse_type()