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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-tdep.h251 struct type *ia64_ext_type; member in struct:gdbarch_tdep
H A Dia64-tdep.c311 ia64_ext_type (struct gdbarch *gdbarch) function
315 if (!tdep->ia64_ext_type)
316 tdep->ia64_ext_type
320 return tdep->ia64_ext_type;
356 return ia64_ext_type (arch);
1216 && type != ia64_ext_type (gdbarch));
1233 target_float_convert (in, ia64_ext_type (gdbarch), out, valtype);
1244 target_float_convert (in, valtype, out, ia64_ext_type (gdbarch));
3199 target_float_convert (from, ia64_ext_type (gdbarch),
3264 to, ia64_ext_type (gdbarc
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-tdep.h255 struct type *ia64_ext_type = nullptr; member in struct:ia64_gdbarch_tdep
H A Dia64-tdep.c311 ia64_ext_type (struct gdbarch *gdbarch) function
315 if (!tdep->ia64_ext_type)
316 tdep->ia64_ext_type
320 return tdep->ia64_ext_type;
356 return ia64_ext_type (arch);
1215 && type != ia64_ext_type (gdbarch));
1234 target_float_convert (in, ia64_ext_type (gdbarch), out, valtype);
1245 target_float_convert (in, valtype, out, ia64_ext_type (gdbarch));
3206 target_float_convert (from, ia64_ext_type (gdbarch),
3271 to, ia64_ext_type (gdbarc
[all...]

Completed in 223 milliseconds