Searched refs:addr_bits_remove (Results 1 – 2 of 2) sorted by relevance
240 gdbarch_addr_bits_remove_ftype *addr_bits_remove; member519 current_gdbarch->addr_bits_remove = core_addr_identity; in gdbarch_alloc()853 (long) current_gdbarch->addr_bits_remove in gdbarch_dump()4917 gdb_assert (gdbarch->addr_bits_remove != NULL); in gdbarch_addr_bits_remove()4920 return gdbarch->addr_bits_remove (addr); in gdbarch_addr_bits_remove()4925 gdbarch_addr_bits_remove_ftype addr_bits_remove) in set_gdbarch_addr_bits_remove() argument4927 gdbarch->addr_bits_remove = addr_bits_remove; in set_gdbarch_addr_bits_remove()
1999 …barch_addr_bits_remove (struct gdbarch *gdbarch, gdbarch_addr_bits_remove_ftype *addr_bits_remove);