Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.h299 typedef CORE_ADDR (gdbarch_read_sp_ftype) (void); typedef
301 extern void set_gdbarch_read_sp (struct gdbarch *gdbarch, gdbarch_read_sp_ftype *read_sp);
H A Dgdbarch.c143 gdbarch_read_sp_ftype *read_sp;
1978 gdbarch_read_sp_ftype read_sp) in set_gdbarch_read_sp()