Searched refs:ppc_syscall_record (Results 1 – 4 of 4) sorted by relevance
311 int (*ppc_syscall_record) (struct regcache *regcache) = nullptr; member
2324 tdep->ppc_syscall_record = ppc_linux_syscall_record; in ppc_linux_init_abi()
7238 if (tdep->ppc_syscall_record != NULL) in ppc_process_record()7240 if (tdep->ppc_syscall_record (regcache) != 0) in ppc_process_record()
14002 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and