Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dia64-tdep.c2724 struct type *float_elt_type; in ia64_use_struct_convention() local
2730 float_elt_type = is_float_or_hfa_type (type); in ia64_use_struct_convention()
2731 if (float_elt_type != NULL in ia64_use_struct_convention()
2743 struct type *float_elt_type; in ia64_extract_return_value() local
2745 float_elt_type = is_float_or_hfa_type (type); in ia64_extract_return_value()
2746 if (float_elt_type != NULL) in ia64_extract_return_value()
2758 offset += TYPE_LENGTH (float_elt_type); in ia64_extract_return_value()
3121 struct type *float_elt_type; in ia64_push_dummy_call() local
3171 if (float_elt_type != NULL) in ia64_push_dummy_call()
3182 argoffset += TYPE_LENGTH (float_elt_type); in ia64_push_dummy_call()
[all …]