Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dv850-tdep.c286 struct type *fld_type, *tgt_type; in v850_use_struct_convention() local
310 tgt_type = TYPE_TARGET_TYPE (fld_type); in v850_use_struct_convention()
311 if (v850_type_is_scalar (tgt_type) && TYPE_LENGTH (tgt_type) >= 4) in v850_use_struct_convention()
328 tgt_type = TYPE_TARGET_TYPE (fld_type); in v850_use_struct_convention()
329 if (TYPE_LENGTH (fld_type) >= 0 && TYPE_LENGTH (tgt_type) >= 0 in v850_use_struct_convention()
330 && TYPE_LENGTH (fld_type) / TYPE_LENGTH (tgt_type) > 2) in v850_use_struct_convention()