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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsh-tdep.h105 struct type *sh_littlebyte_bigword_type; member in struct:gdbarch_tdep
H A Dsh-tdep.c1555 sh_littlebyte_bigword_type (struct gdbarch *gdbarch) function
1559 if (tdep->sh_littlebyte_bigword_type == NULL)
1560 tdep->sh_littlebyte_bigword_type
1564 return tdep->sh_littlebyte_bigword_type;
1579 target_float_convert (from, sh_littlebyte_bigword_type (gdbarch),
1599 to, sh_littlebyte_bigword_type (gdbarch));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsh-tdep.h107 struct type *sh_littlebyte_bigword_type = nullptr; member in struct:sh_gdbarch_tdep
H A Dsh-tdep.c1514 sh_littlebyte_bigword_type (struct gdbarch *gdbarch) function
1518 if (tdep->sh_littlebyte_bigword_type == NULL)
1519 tdep->sh_littlebyte_bigword_type
1523 return tdep->sh_littlebyte_bigword_type;
1538 target_float_convert (from, sh_littlebyte_bigword_type (gdbarch),
1558 to, sh_littlebyte_bigword_type (gdbarch));

Completed in 241 milliseconds