Searched refs:syscall_next_pc (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dloongarch-tdep.h41 CORE_ADDR (*syscall_next_pc) (frame_info_ptr frame) = nullptr; member in struct:loongarch_gdbarch_tdep
H A Dtic6x-tdep.h53 CORE_ADDR (*syscall_next_pc) (frame_info_ptr frame) = nullptr; member in struct:tic6x_gdbarch_tdep
H A Dnios2-tdep.h76 CORE_ADDR (*syscall_next_pc) (frame_info_ptr frame, member in struct:nios2_gdbarch_tdep
H A Driscv-tdep.h115 CORE_ADDR (*syscall_next_pc) (frame_info_ptr frame) = nullptr; member in struct:riscv_gdbarch_tdep
H A Dmips-tdep.h128 CORE_ADDR (*syscall_next_pc) (frame_info_ptr frame) = nullptr; member in struct:mips_gdbarch_tdep
H A Driscv-linux-tdep.c208 tdep->syscall_next_pc = riscv_linux_syscall_next_pc;
H A Dtic6x-linux-tdep.c175 tdep->syscall_next_pc = tic6x_linux_syscall_next_pc;
H A Dnios2-linux-tdep.c244 tdep->syscall_next_pc = nios2_linux_syscall_next_pc;
H A Dloongarch-linux-tdep.c329 tdep->syscall_next_pc = loongarch_linux_syscall_next_pc;
H A Dtic6x-tdep.c601 if (tdep->syscall_next_pc != NULL)
602 return tdep->syscall_next_pc (get_current_frame ());
H A Dloongarch-tdep.c314 if (tdep->syscall_next_pc != nullptr)
315 next_pc = tdep->syscall_next_pc (get_current_frame ());
H A Dnios2-tdep.c2198 if (tdep->syscall_next_pc != NULL)
2199 return tdep->syscall_next_pc (get_current_frame (), op);
H A Dmips-linux-tdep.c1613 tdep->syscall_next_pc = mips_linux_syscall_next_pc;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtic6x-tdep.h51 CORE_ADDR (*syscall_next_pc) (struct frame_info *frame); member in struct:gdbarch_tdep
H A Dnios2-tdep.h74 CORE_ADDR (*syscall_next_pc) (struct frame_info *frame, member in struct:gdbarch_tdep
H A Dmips-tdep.h118 CORE_ADDR (*syscall_next_pc) (struct frame_info *frame); member in struct:gdbarch_tdep
H A Dtic6x-linux-tdep.c175 tdep->syscall_next_pc = tic6x_linux_syscall_next_pc;
H A Dnios2-linux-tdep.c244 tdep->syscall_next_pc = nios2_linux_syscall_next_pc;
H A Dtic6x-tdep.c601 if (tdep->syscall_next_pc != NULL)
602 return tdep->syscall_next_pc (get_current_frame ());
H A Dnios2-tdep.c2196 if (tdep->syscall_next_pc != NULL)
2197 return tdep->syscall_next_pc (get_current_frame (), op);
H A Dmips-linux-tdep.c1621 tdep->syscall_next_pc = mips_linux_syscall_next_pc;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Darm-get-next-pcs.h32 CORE_ADDR (*syscall_next_pc) (struct arm_get_next_pcs *self); member in struct:arm_get_next_pcs_ops
H A Darm-get-next-pcs.c422 nextpc = self->ops->syscall_next_pc (self);
895 nextpc = self->ops->syscall_next_pc (self);
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Darm-get-next-pcs.h32 CORE_ADDR (*syscall_next_pc) (struct arm_get_next_pcs *self); member in struct:arm_get_next_pcs_ops
H A Darm-get-next-pcs.c422 nextpc = self->ops->syscall_next_pc (self);
895 nextpc = self->ops->syscall_next_pc (self);

Completed in 331 milliseconds

12