HomeSort by: relevance | last modified time | path
    Searched defs:floatformat_for_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 67 gdbarch_floatformat_for_type_ftype *floatformat_for_type = default_floatformat_for_type; member in struct:gdbarch
321 /* Skip verify of floatformat_for_type, invalid_p == 0. */
619 "gdbarch_dump: floatformat_for_type = <%s>\n",
620 host_address_to_string (gdbarch->floatformat_for_type));
1731 gdb_assert (gdbarch->floatformat_for_type != NULL);
1734 return gdbarch->floatformat_for_type (gdbarch, name, length);
1739 gdbarch_floatformat_for_type_ftype floatformat_for_type)
1741 gdbarch->floatformat_for_type = floatformat_for_type;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 67 gdbarch_floatformat_for_type_ftype *floatformat_for_type = default_floatformat_for_type; member in struct:gdbarch
318 /* Skip verify of floatformat_for_type, invalid_p == 0 */
613 "gdbarch_dump: floatformat_for_type = <%s>\n",
614 host_address_to_string (gdbarch->floatformat_for_type));
1716 gdb_assert (gdbarch->floatformat_for_type != NULL);
1719 return gdbarch->floatformat_for_type (gdbarch, name, length);
1724 gdbarch_floatformat_for_type_ftype floatformat_for_type)
1726 gdbarch->floatformat_for_type = floatformat_for_type;

Completed in 29 milliseconds