Searched refs:pointer_to_address (Results 1 – 2 of 2) sorted by relevance
195 gdbarch_pointer_to_address_ftype *pointer_to_address; member506 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() argument4018 gdbarch->pointer_to_address = pointer_to_address; in set_gdbarch_pointer_to_address()
1295 …pointer_to_address (struct gdbarch *gdbarch, gdbarch_pointer_to_address_ftype *pointer_to_address);