Home
last modified time | relevance | path

Searched refs:gdbarch_inner_than_ftype (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dgdbarch.h490 typedef int (gdbarch_inner_than_ftype) (CORE_ADDR lhs, CORE_ADDR rhs); typedef
492 extern void set_gdbarch_inner_than (struct gdbarch *gdbarch, gdbarch_inner_than_ftype *inner_than);
H A Dgdbarch.c203 gdbarch_inner_than_ftype *inner_than;
2649 gdbarch_inner_than_ftype inner_than) in set_gdbarch_inner_than()