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

/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_annotate.c83 uintfptr_t newpc; local
98 newpc = cc[0] - (map->ppm_lowpc +
100 sym = pmcstat_symbol_search(image, newpc);
H A Dpmcpl_annotate_cg.c86 uintfptr_t newpc; local
106 newpc = cc[i] - (map->ppm_lowpc +
108 sym = pmcstat_symbol_search(image, newpc);
/freebsd-current/contrib/lua/src/
H A Dldebug.c840 ** Check whether new instruction 'newpc' is in a different line from
841 ** previous instruction 'oldpc'. More often than not, 'newpc' is only
847 static int changedline (const Proto *p, int oldpc, int newpc) { argument
850 if (newpc - oldpc < MAXIWTHABS / 2) { /* not too far apart? */
858 if (pc == newpc)
864 return (luaG_getfuncline(p, oldpc) != luaG_getfuncline(p, newpc));

Completed in 77 milliseconds