Home
last modified time | relevance | path

Searched defs: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
H A Dpmcpl_annotate_cg.c86 uintfptr_t newpc; in pmcpl_annotate_cg_process() local
/freebsd/contrib/lua/src/
H A Dldebug.c847 static int changedline (const Proto *p, int oldpc, int newpc) { in changedline()