Home
last modified time | relevance | path

Searched refs:unsigned_pointer_to_address (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dinferior.h183 extern CORE_ADDR unsigned_pointer_to_address (struct type *type, const void *buf);
H A Dfindvar.c313 unsigned_pointer_to_address (struct type *type, const void *buf) in unsigned_pointer_to_address() function
H A Dgdbarch.c506 current_gdbarch->pointer_to_address = unsigned_pointer_to_address; in gdbarch_alloc()