Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A 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()
H A DChangeLog-1992319 * dwarfread.c (decode_subscript_data_item): Add rangetype
515 decode_subscript_data_item throughout.
516 * dwarfread.c (decode_subscript_data_item): Rewrite to use
H A DChangeLog-2002331 (decode_subscript_data_item, dwarf_read_array_type)