Searched refs:onpc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sparc64/sparc64/
H A Dsyscall.c287 vaddr_t opc, onpc; local
299 onpc = tf->tf_npc;
340 tf->tf_npc = onpc;
354 tf->tf_pc = onpc;
/netbsd-current/sys/arch/sparc/sparc/
H A Dsyscall.c221 int opc, onpc; local
240 onpc = tf->tf_npc;
267 tf->tf_npc = onpc;
280 tf->tf_pc = onpc;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c1850 unsigned char * onpc = npc; local
1864 while (*(onpc + 5) == 0xe8 && steps < maxsteps)
1866 onpc += 5;
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c1856 unsigned char * onpc = npc; local
1870 while (*(onpc + 5) == 0xe8 && steps < maxsteps)
1872 onpc += 5;

Completed in 191 milliseconds