Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.h1010 typedef CORE_ADDR (gdbarch_unwind_pc_ftype) (struct gdbarch *gdbarch, struct frame_info *next_frame… typedef
1012 extern void set_gdbarch_unwind_pc (struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype *unwind_pc);
H A Dgdbarch.c201 gdbarch_unwind_pc_ftype *unwind_pc;
3091 gdbarch_unwind_pc_ftype unwind_pc) in set_gdbarch_unwind_pc()