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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.h1329 extern CORE_ADDR gdbarch_integer_to_address (struct gdbarch *gdbarch, struct type *type, void *buf);
1335 #define INTEGER_TO_ADDRESS(type, buf) (gdbarch_integer_to_address (current_gdbarch, type, buf))
H A Dgdbarch.c4046 gdbarch_integer_to_address (struct gdbarch *gdbarch, struct type *type, void *buf) function
4051 fprintf_unfiltered (gdb_stdlog, "gdbarch_integer_to_address called\n");

Completed in 170 milliseconds