Searched refs:deprecated_init_frame_pc_first (Results 1 – 2 of 2) sorted by relevance
184 gdbarch_deprecated_init_frame_pc_first_ftype *deprecated_init_frame_pc_first; member1287 (long) current_gdbarch->deprecated_init_frame_pc_first in gdbarch_dump()3795 return gdbarch->deprecated_init_frame_pc_first != NULL; in gdbarch_deprecated_init_frame_pc_first_p()3802 gdb_assert (gdbarch->deprecated_init_frame_pc_first != NULL); in gdbarch_deprecated_init_frame_pc_first()3805 return gdbarch->deprecated_init_frame_pc_first (fromleaf, prev); in gdbarch_deprecated_init_frame_pc_first()3810 … gdbarch_deprecated_init_frame_pc_first_ftype deprecated_init_frame_pc_first) in set_gdbarch_deprecated_init_frame_pc_first() argument3812 gdbarch->deprecated_init_frame_pc_first = deprecated_init_frame_pc_first; in set_gdbarch_deprecated_init_frame_pc_first()
1133 …ct gdbarch *gdbarch, gdbarch_deprecated_init_frame_pc_first_ftype *deprecated_init_frame_pc_first);