Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dgdbarch.c195 gdbarch_pointer_to_address_ftype *pointer_to_address; member
506 current_gdbarch->pointer_to_address = unsigned_pointer_to_address; in gdbarch_alloc()
1963 (long) current_gdbarch->pointer_to_address in gdbarch_dump()
4008 gdb_assert (gdbarch->pointer_to_address != NULL); in gdbarch_pointer_to_address()
4011 return gdbarch->pointer_to_address (type, buf); in gdbarch_pointer_to_address()
4016 gdbarch_pointer_to_address_ftype pointer_to_address) in set_gdbarch_pointer_to_address() argument
4018 gdbarch->pointer_to_address = pointer_to_address; in set_gdbarch_pointer_to_address()
Dgdbarch.h1295 …pointer_to_address (struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype *pointer_to_address);