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

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 114 gdbarch_integer_to_address_ftype *integer_to_address = nullptr; member in struct:gdbarch
377 /* Skip verify of integer_to_address, has predicate. */
802 "gdbarch_dump: integer_to_address = <%s>\n",
803 host_address_to_string (gdbarch->integer_to_address));
2629 return gdbarch->integer_to_address != NULL;
2636 gdb_assert (gdbarch->integer_to_address != NULL);
2639 return gdbarch->integer_to_address (gdbarch, type, buf);
2644 gdbarch_integer_to_address_ftype integer_to_address)
2646 gdbarch->integer_to_address = integer_to_address;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 114 gdbarch_integer_to_address_ftype *integer_to_address = nullptr; member in struct:gdbarch
374 /* Skip verify of integer_to_address, has predicate. */
796 "gdbarch_dump: integer_to_address = <%s>\n",
797 host_address_to_string (gdbarch->integer_to_address));
2614 return gdbarch->integer_to_address != NULL;
2621 gdb_assert (gdbarch->integer_to_address != NULL);
2624 return gdbarch->integer_to_address (gdbarch, type, buf);
2629 gdbarch_integer_to_address_ftype integer_to_address)
2631 gdbarch->integer_to_address = integer_to_address;
    [all...]

Completed in 34 milliseconds