Home
last modified time | relevance | path

Searched refs:unsigned_address_to_pointer (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinferior.h181 extern void unsigned_address_to_pointer (struct type *type, void *buf,
H A Dfindvar.c311 unsigned_address_to_pointer (struct type *type, void *buf, CORE_ADDR addr) in unsigned_address_to_pointer() function
H A Dgdbarch.sh502 …ointer:struct type *type, void *buf, CORE_ADDR addr:type, buf, addr::unsigned_address_to_pointer::0
H A Dgdbarch.c426 current_gdbarch->address_to_pointer = unsigned_address_to_pointer; in gdbarch_alloc()
H A DChangeLog-20039672 * findvar.c (unsigned_address_to_pointer): Ditto.