Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-typeprint.c259 char *subtype_info; in print_range_type_named() local
268 subtype_info = strstr (name, "___XD"); in print_range_type_named()
269 if (subtype_info == NULL && raw_type == NULL) in print_range_type_named()
271 else if (subtype_info == NULL) in print_range_type_named()
275 int prefix_len = subtype_info - name; in print_range_type_named()
279 subtype_info += 5; in print_range_type_named()
280 bounds_str = strchr (subtype_info, '_'); in print_range_type_named()
283 if (*subtype_info == 'L') in print_range_type_named()
286 subtype_info += 1; in print_range_type_named()
294 if (*subtype_info == 'U') in print_range_type_named()
Dada-lang.c8135 char *subtype_info; in to_fixed_range_type() local
8144 subtype_info = strstr (name, "___XD"); in to_fixed_range_type()
8145 if (subtype_info == NULL) in to_fixed_range_type()
8151 int prefix_len = subtype_info - name; in to_fixed_range_type()
8161 subtype_info += 5; in to_fixed_range_type()
8162 bounds_str = strchr (subtype_info, '_'); in to_fixed_range_type()
8165 if (*subtype_info == 'L') in to_fixed_range_type()
8174 subtype_info += 1; in to_fixed_range_type()
8188 if (*subtype_info == 'U') in to_fixed_range_type()