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

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 112 gdbarch_pointer_to_address_ftype *pointer_to_address = unsigned_pointer_to_address; member in struct:gdbarch
375 /* Skip verify of pointer_to_address, invalid_p == 0. */
793 "gdbarch_dump: pointer_to_address = <%s>\n",
794 host_address_to_string (gdbarch->pointer_to_address));
2595 gdb_assert (gdbarch->pointer_to_address != NULL);
2598 return gdbarch->pointer_to_address (gdbarch, type, buf);
2603 gdbarch_pointer_to_address_ftype pointer_to_address)
2605 gdbarch->pointer_to_address = pointer_to_address;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 112 gdbarch_pointer_to_address_ftype *pointer_to_address = unsigned_pointer_to_address; member in struct:gdbarch
372 /* Skip verify of pointer_to_address, invalid_p == 0 */
787 "gdbarch_dump: pointer_to_address = <%s>\n",
788 host_address_to_string (gdbarch->pointer_to_address));
2580 gdb_assert (gdbarch->pointer_to_address != NULL);
2583 return gdbarch->pointer_to_address (gdbarch, type, buf);
2588 gdbarch_pointer_to_address_ftype pointer_to_address)
2590 gdbarch->pointer_to_address = pointer_to_address;

Completed in 32 milliseconds