Searched refs:addr_bits_remove (Results 1 – 2 of 2) sorted by relevance
221 gdbarch_addr_bits_remove_ftype *addr_bits_remove; member531 gdbarch->addr_bits_remove = core_addr_identity; in gdbarch_alloc()791 host_address_to_string (gdbarch->addr_bits_remove)); in gdbarch_dump()2988 gdb_assert (gdbarch->addr_bits_remove != NULL); in gdbarch_addr_bits_remove()2991 return gdbarch->addr_bits_remove (gdbarch, addr); in gdbarch_addr_bits_remove()2996 gdbarch_addr_bits_remove_ftype addr_bits_remove) in set_gdbarch_addr_bits_remove() argument2998 gdbarch->addr_bits_remove = addr_bits_remove; in set_gdbarch_addr_bits_remove()
602 …barch_addr_bits_remove (struct gdbarch *gdbarch, gdbarch_addr_bits_remove_ftype *addr_bits_remove);