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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h569 typedef int (gdbarch_inner_than_ftype) (CORE_ADDR lhs, CORE_ADDR rhs); typedef
571 extern void set_gdbarch_inner_than (struct gdbarch *gdbarch, gdbarch_inner_than_ftype *inner_than);
H A Dgdbarch.c233 gdbarch_inner_than_ftype *inner_than;
2853 gdbarch_inner_than_ftype inner_than)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h493 typedef int (gdbarch_inner_than_ftype) (CORE_ADDR lhs, CORE_ADDR rhs); typedef
495 extern void set_gdbarch_inner_than (struct gdbarch *gdbarch, gdbarch_inner_than_ftype *inner_than);
H A Dgdbarch.c124 gdbarch_inner_than_ftype *inner_than = 0;
2706 gdbarch_inner_than_ftype inner_than)

Completed in 285 milliseconds