Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarfread.c474 static struct type *decode_subscript_data_item (char *, char *);
1274 decode_subscript_data_item (char *scan, char *end) in decode_subscript_data_item() function
1304 nexttype = decode_subscript_data_item (scan, end); in decode_subscript_data_item()
1383 type = decode_subscript_data_item (sub, subend); in dwarf_read_array_type()