Searched refs:gdbarch_addr_bits_remove_ftype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h701 typedef CORE_ADDR (gdbarch_addr_bits_remove_ftype) (struct gdbarch *gdbarch, CORE_ADDR addr); typedef
703 extern void set_gdbarch_addr_bits_remove (struct gdbarch *gdbarch, gdbarch_addr_bits_remove_ftype *addr_bits_remove);
H A Dgdbarch.c254 gdbarch_addr_bits_remove_ftype *addr_bits_remove;
3244 gdbarch_addr_bits_remove_ftype addr_bits_remove)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h625 typedef CORE_ADDR (gdbarch_addr_bits_remove_ftype) (struct gdbarch *gdbarch, CORE_ADDR addr); typedef
627 extern void set_gdbarch_addr_bits_remove (struct gdbarch *gdbarch, gdbarch_addr_bits_remove_ftype *addr_bits_remove);
H A Dgdbarch.c145 gdbarch_addr_bits_remove_ftype *addr_bits_remove = core_addr_identity;
3098 gdbarch_addr_bits_remove_ftype addr_bits_remove)

Completed in 110 milliseconds