Searched refs:fundtype (Results 1 – 1 of 1) sorted by relevance
1172 unsigned short fundtype; in decode_array_element_type() local1189 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() local1284 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() local3173 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 …]