| /src/external/gpl3/gdb/dist/gdb/ |
| i386-tdep.h | 233 struct type *i387_ext_type = nullptr; member in struct:i386_gdbarch_tdep 344 extern struct type *i387_ext_type (struct gdbarch *gdbarch);
|
| i386-tdep.c | 2880 target_float_convert (buf, i387_ext_type (gdbarch), valbuf, type); 2934 target_float_convert (valbuf, type, buf, i387_ext_type (gdbarch)); 3101 i387_ext_type (struct gdbarch *gdbarch) 3105 if (!tdep->i387_ext_type) 3107 tdep->i387_ext_type = tdesc_find_type (gdbarch, "i387_ext"); 3108 gdb_assert (tdep->i387_ext_type != NULL); 3111 return tdep->i387_ext_type; 3088 i387_ext_type (struct gdbarch *gdbarch) function
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| i386-tdep.h | 248 struct type *i387_ext_type = nullptr; member in struct:i386_gdbarch_tdep 358 extern struct type *i387_ext_type (struct gdbarch *gdbarch);
|
| i386-tdep.c | 2944 target_float_convert (buf, i387_ext_type (gdbarch), valbuf, type); 2998 target_float_convert (valbuf, type, buf, i387_ext_type (gdbarch)); 3165 i387_ext_type (struct gdbarch *gdbarch) 3169 if (!tdep->i387_ext_type) 3171 tdep->i387_ext_type = tdesc_find_type (gdbarch, "i387_ext"); 3172 gdb_assert (tdep->i387_ext_type != NULL); 3175 return tdep->i387_ext_type; 3152 i387_ext_type (struct gdbarch *gdbarch) function
|