Home | History | Annotate | Download | only in arm

Lines Matching refs:pc

385 /* Print out the current call level, pc, and module name in the crash log */
393 _uw pc;
403 pc = vrs->core.r[R_PC];
407 pc &= ~1;
409 // For deeper framers, rollback pc by one instruction
411 pc = vrs->core.r[R_PC];
430 if (pc & 1) {
432 pc = (pc & ~1);
433 prev_word = get_remote_word(pid, (char *) pc-4);
437 pc -= 4;
440 pc -= 2;
444 pc -= 4;
448 /* We used to print the absolute PC in the back trace, and mask out the top
454 mi = pc_to_mapinfo(map, pc, &rel_pc);
463 " #%02d pc %08x %s (%s)\n", stack_level, rel_pc,
467 " #%02d pc %08x %s\n", stack_level, rel_pc,
504 * If the app crashes because of calling the weeds, we cannot pass the PC
527 "Relative PC=%#x from %s not contained in EXIDX\n",
530 _LOG(tfd, 1, "PC=%#x SP=%#x\n",