/system/core/debuggerd/ |
unwind-arm.c | 53 #define R_PC 15 400 pc = vrs->core.r[R_PC]; 408 pc = vrs->core.r[R_PC]; 496 if (get_eitp(saved_vrs.core.r[R_PC], pid, map, NULL) == NULL) { 500 saved_vrs.core.r[R_PC] = saved_vrs.core.r[R_LR]; 507 if (get_eit_entry(ucbp, saved_vrs.core.r[R_PC], pid, map, &this_map) 515 saved_vrs.core.r[R_PC] - this_map->start, this_map->name); 518 saved_vrs.core.r[R_PC], saved_vrs.core.r[R_SP]); 618 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_PC)); 619 _Unwind_SetGR (context, R_PC, (_uw) &__cxa_call_unexpected) [all...] |
pr-support.c | 58 #define R_PC 15 129 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32, 165 if (op & (1 << R_PC))
|
/external/strace/ |
util.c | 95 # define r_pc r_tpc macro 1020 pc = regs.r_pc; 1048 return regs.r_pc; 1140 tprintf("[%08lx] ", regs.r_pc); [all...] |
syscall.c | 80 # define r_pc r_tpc macro 1130 trap = ptrace(PTRACE_PEEKTEXT,pid,(char *)regs.r_pc,0); 1172 fprintf(stderr,"syscall: unknown syscall trap %08x %08x\n", trap, regs.r_pc); [all...] |
ChangeLog | 742 (SPARC64 && LINUX): Define r_pc to r_tpc, and PTRACE_FOOREGS 755 (SPARC64 && LINUX): Define r_pc to r_tpc, and PTRACE_FOOREGS 762 (SPARC64 && LINUX): Define r_pc to r_tpc, and PTRACE_FOOREGS 775 (SPARC64 && LINUX): Define r_pc to r_tpc, and PTRACE_FOOREGS [all...] |
signal.c | 90 # define r_pc r_tpc macro [all...] |
process.c | 106 # define r_pc r_tpc macro [all...] |