Searched refs:gdbarch_pointer_to_address (Results 1 – 2 of 2) sorted by relevance
731 extern CORE_ADDR gdbarch_pointer_to_address (struct gdbarch *gdbarch, struct type *type, const void…737 #define POINTER_TO_ADDRESS(type, buf) (gdbarch_pointer_to_address (current_gdbarch, type, buf))
2680 gdbarch_pointer_to_address (struct gdbarch *gdbarch, struct type *type, const void *buf) in gdbarch_pointer_to_address() function