Home
last modified time | relevance | path

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

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