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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.h1294 extern CORE_ADDR gdbarch_pointer_to_address (struct gdbarch *gdbarch, struct type *type, const void *buf);
1300 #define POINTER_TO_ADDRESS(type, buf) (gdbarch_pointer_to_address (current_gdbarch, type, buf))
H A Dgdbarch.c4005 gdbarch_pointer_to_address (struct gdbarch *gdbarch, struct type *type, const void *buf) function
4010 fprintf_unfiltered (gdb_stdlog, "gdbarch_pointer_to_address called\n");

Completed in 110 milliseconds