Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDdwarfread.c1172 unsigned short fundtype; in decode_array_element_type() local
1189 fundtype = target_to_host (scan, nbytes, GET_UNSIGNED, in decode_array_element_type()
1191 typep = decode_fund_type (fundtype); in decode_array_element_type()
1270 unsigned short fundtype; in decode_subscript_data_item() local
1284 fundtype = target_to_host (scan, SIZEOF_FMT_FT, GET_UNSIGNED, in decode_subscript_data_item()
1286 indextype = decode_fund_type (fundtype); in decode_subscript_data_item()
3162 unsigned short fundtype; in decode_modified_type() local
3173 fundtype = target_to_host (modifiers, nbytes, GET_UNSIGNED, in decode_modified_type()
3175 typep = decode_fund_type (fundtype); in decode_modified_type()
3258 decode_fund_type (unsigned int fundtype) in decode_fund_type() argument
[all …]