Home
last modified time | relevance | path

Searched refs:cur_pc (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc109 static bool MatchPc(uptr cur_pc, uptr trace_pc, uptr threshold) { in MatchPc() argument
110 return cur_pc - trace_pc <= threshold || trace_pc - cur_pc <= threshold; in MatchPc()
/external/valgrind/coregrind/
Dm_stacktrace.c1397 Addr cur_pc; local
1398 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += 4) {
1402 cur_inst = (unsigned long *)cur_pc;
1405 VG_(printf)("cur_pc: 0x%lx, inst: 0x%lx\n", cur_pc, inst);