Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.h731 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))
H A Dgdbarch.c2680 gdbarch_pointer_to_address (struct gdbarch *gdbarch, struct type *type, const void *buf) in gdbarch_pointer_to_address() function