Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_annotate.c83 uintfptr_t newpc; in pmcpl_annotate_process() local
98 newpc = cc[0] - (map->ppm_lowpc + in pmcpl_annotate_process()
100 sym = pmcstat_symbol_search(image, newpc); in pmcpl_annotate_process()
H A Dpmcpl_annotate_cg.c86 uintfptr_t newpc; in pmcpl_annotate_cg_process() local
106 newpc = cc[i] - (map->ppm_lowpc + in pmcpl_annotate_cg_process()
108 sym = pmcstat_symbol_search(image, newpc); in pmcpl_annotate_cg_process()
/freebsd/contrib/lua/src/
H A Dldebug.c847 static int changedline (const Proto *p, int oldpc, int newpc) { in changedline() argument
850 if (newpc - oldpc < MAXIWTHABS / 2) { /* not too far apart? */ in changedline()
858 if (pc == newpc) in changedline()
864 return (luaG_getfuncline(p, oldpc) != luaG_getfuncline(p, newpc)); in changedline()