Searched refs:cur_pc (Results 1 – 2 of 2) sorted by relevance
106 static bool MatchPc(uptr cur_pc, uptr trace_pc, uptr threshold) { in MatchPc() argument107 return cur_pc - trace_pc <= threshold || trace_pc - cur_pc <= threshold; in MatchPc()
1367 Addr cur_pc; local1368 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += 4) {1372 cur_inst = (unsigned long *)cur_pc;1375 VG_(printf)("cur_pc: 0x%lx, inst: 0x%lx\n", cur_pc, inst);1513 Addr cur_pc; local1516 for (cur_pc = start_pc; cur_pc > limit_pc; cur_pc -= 8) {1521 cur_inst = (ULong *)cur_pc;1524 VG_(printf)("cur_pc: 0x%lx, inst: 0x%lx\n", cur_pc, inst);