Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDdwarfread.c463 static struct type *decode_subscript_data_item (char *, char *);
1263 decode_subscript_data_item (char *scan, char *end) in decode_subscript_data_item() function
1293 nexttype = decode_subscript_data_item (scan, end); in decode_subscript_data_item()
1372 type = decode_subscript_data_item (sub, subend); in dwarf_read_array_type()