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

  /src/external/gpl3/gdb.old/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;
gdbarch-gen.h 435 extern void set_gdbarch_pointer_to_address (struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype *pointer_to_address);
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 113 gdbarch_pointer_to_address_ftype *pointer_to_address = unsigned_pointer_to_address; member in struct:gdbarch
378 /* Skip verify of pointer_to_address, invalid_p == 0. */
800 "gdbarch_dump: pointer_to_address = <%s>\n",
801 host_address_to_string (gdbarch->pointer_to_address));
2625 gdb_assert (gdbarch->pointer_to_address != NULL);
2628 return gdbarch->pointer_to_address (gdbarch, type, buf);
2633 gdbarch_pointer_to_address_ftype pointer_to_address)
2635 gdbarch->pointer_to_address = pointer_to_address;
gdbarch-gen.h 443 extern void set_gdbarch_pointer_to_address (struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype *pointer_to_address);

Completed in 57 milliseconds