Searched refs:pointer_to_address (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c225 gdbarch_pointer_to_address_ftype *pointer_to_address; member in struct:gdbarch
419 gdbarch->pointer_to_address = unsigned_pointer_to_address;
593 /* Skip verify of pointer_to_address, invalid_p == 0 */
1219 "gdbarch_dump: pointer_to_address = <%s>\n",
1220 host_address_to_string (gdbarch->pointer_to_address));
2681 gdb_assert (gdbarch->pointer_to_address != NULL);
2684 return gdbarch->pointer_to_address (gdbarch, type, buf);
2689 gdbarch_pointer_to_address_ftype pointer_to_address)
2691 gdbarch->pointer_to_address = pointer_to_address;
2688 set_gdbarch_pointer_to_address(struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype pointer_to_address) argument
[all...]
H A Dgdbarch.h502 extern void set_gdbarch_pointer_to_address (struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype *pointer_to_address);
H A Dgdbarch.sh495 m;CORE_ADDR;pointer_to_address;struct type *type, const gdb_byte *buf;type, buf;;unsigned_pointer_to_address;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c115 gdbarch_pointer_to_address_ftype *pointer_to_address = unsigned_pointer_to_address; member in struct:gdbarch
369 /* Skip verify of pointer_to_address, invalid_p == 0 */
768 "gdbarch_dump: pointer_to_address = <%s>\n",
769 host_address_to_string (gdbarch->pointer_to_address));
2517 gdb_assert (gdbarch->pointer_to_address != NULL);
2520 return gdbarch->pointer_to_address (gdbarch, type, buf);
2525 gdbarch_pointer_to_address_ftype pointer_to_address)
2527 gdbarch->pointer_to_address = pointer_to_address;
2524 set_gdbarch_pointer_to_address(struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype pointer_to_address) argument
H A Dgdbarch-gen.h415 extern void set_gdbarch_pointer_to_address (struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype *pointer_to_address);

Completed in 223 milliseconds