Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-typeprint.c258 char *subtype_info; in print_range_type_named() local
267 subtype_info = strstr (name, "___XD"); in print_range_type_named()
268 if (subtype_info == NULL && raw_type == NULL) in print_range_type_named()
270 else if (subtype_info == NULL) in print_range_type_named()
274 int prefix_len = subtype_info - name; in print_range_type_named()
278 subtype_info += 5; in print_range_type_named()
279 bounds_str = strchr (subtype_info, '_'); in print_range_type_named()
282 if (*subtype_info == 'L') in print_range_type_named()
285 subtype_info += 1; in print_range_type_named()
293 if (*subtype_info == 'U') in print_range_type_named()
H A Dada-lang.c8105 char *subtype_info; in to_fixed_range_type() local
8114 subtype_info = strstr (name, "___XD"); in to_fixed_range_type()
8115 if (subtype_info == NULL) in to_fixed_range_type()
8121 int prefix_len = subtype_info - name; in to_fixed_range_type()
8131 subtype_info += 5; in to_fixed_range_type()
8132 bounds_str = strchr (subtype_info, '_'); in to_fixed_range_type()
8135 if (*subtype_info == 'L') in to_fixed_range_type()
8144 subtype_info += 1; in to_fixed_range_type()
8158 if (*subtype_info == 'U') in to_fixed_range_type()