Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c20468 static void rt_printline(unsigned long wanted_pc) in rt_printline() argument
20477 fprintf(stderr, "0x%08lx:", wanted_pc); in rt_printline()
20494 if (wanted_pc >= last_pc && wanted_pc < pc) in rt_printline()
20516 if (wanted_pc >= last_pc && wanted_pc < pc) in rt_printline()
20562 if (wanted_pc >= sym->st_value && in rt_printline()
20563 wanted_pc < sym->st_value + sym->st_size) { in rt_printline()