Searched refs:float_elt_type (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dia64-tdep.c2701 struct type *float_elt_type;
2707 float_elt_type = is_float_or_hfa_type (type);
2708 if (float_elt_type != NULL
2709 && TYPE_LENGTH (type) / TYPE_LENGTH (float_elt_type) <= 8)
2720 struct type *float_elt_type;
2722 float_elt_type = is_float_or_hfa_type (type);
2723 if (float_elt_type != NULL)
2728 int n = TYPE_LENGTH (type) / TYPE_LENGTH (float_elt_type);
2734 (char *)valbuf + offset, float_elt_type);
2735 offset += TYPE_LENGTH (float_elt_type);
2700 struct type *float_elt_type; local
2719 struct type *float_elt_type; local
3098 struct type *float_elt_type; local
[all...]

Completed in 107 milliseconds