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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c195 gdbarch_pointer_to_address_ftype *pointer_to_address; member in struct:gdbarch
362 0, /* pointer_to_address */
506 current_gdbarch->pointer_to_address = unsigned_pointer_to_address;
663 /* Skip verify of pointer_to_address, invalid_p == 0 */
1963 (long) current_gdbarch->pointer_to_address
4008 gdb_assert (gdbarch->pointer_to_address != NULL);
4011 return gdbarch->pointer_to_address (type, buf);
4016 gdbarch_pointer_to_address_ftype pointer_to_address)
4018 gdbarch->pointer_to_address = pointer_to_address;
4015 set_gdbarch_pointer_to_address(struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype pointer_to_address) argument
[all...]
H A Dgdbarch.h1295 extern void set_gdbarch_pointer_to_address (struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype *pointer_to_address);

Completed in 122 milliseconds