HomeSort by: relevance | last modified time | path
    Searched refs:addr_bits_remove (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/arch/
arm-get-next-pcs.h 34 CORE_ADDR (*addr_bits_remove) (struct arm_get_next_pcs *self, CORE_ADDR val); member in struct:arm_get_next_pcs_ops
arm-get-next-pcs.c 793 nextpc = self->ops->addr_bits_remove (self, result);
  /src/external/gpl3/gdb/dist/gdb/arch/
arm-get-next-pcs.h 34 CORE_ADDR (*addr_bits_remove) (struct arm_get_next_pcs *self, CORE_ADDR val); member in struct:arm_get_next_pcs_ops
arm-get-next-pcs.c 890 nextpc = self->ops->addr_bits_remove (self, result);
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 145 gdbarch_addr_bits_remove_ftype *addr_bits_remove = core_addr_identity; member in struct:gdbarch
412 /* Skip verify of addr_bits_remove, invalid_p == 0. */
916 "gdbarch_dump: addr_bits_remove = <%s>\n",
917 host_address_to_string (gdbarch->addr_bits_remove));
3202 gdb_assert (gdbarch->addr_bits_remove != NULL);
3205 return gdbarch->addr_bits_remove (gdbarch, addr);
3210 gdbarch_addr_bits_remove_ftype addr_bits_remove)
3212 gdbarch->addr_bits_remove = addr_bits_remove;
gdbarch-gen.h 684 extern void set_gdbarch_addr_bits_remove (struct gdbarch *gdbarch, gdbarch_addr_bits_remove_ftype *addr_bits_remove);
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 146 gdbarch_addr_bits_remove_ftype *addr_bits_remove = core_addr_identity; member in struct:gdbarch
415 /* Skip verify of addr_bits_remove, invalid_p == 0. */
923 "gdbarch_dump: addr_bits_remove = <%s>\n",
924 host_address_to_string (gdbarch->addr_bits_remove));
3232 gdb_assert (gdbarch->addr_bits_remove != NULL);
3235 return gdbarch->addr_bits_remove (gdbarch, addr);
3240 gdbarch_addr_bits_remove_ftype addr_bits_remove)
3242 gdbarch->addr_bits_remove = addr_bits_remove;
gdbarch-gen.h 692 extern void set_gdbarch_addr_bits_remove (struct gdbarch *gdbarch, gdbarch_addr_bits_remove_ftype *addr_bits_remove);

Completed in 32 milliseconds