Lines Matching defs:procoffset
984 * procoffset: offset of point of interest, in slots, within procedure
989 buildrecordstack(struct recordchain *rchain, uint64_t procoffset)
1011 if (procoffset < roffset) {
1014 * procoffset. Bail out.
1018 rdepth = procoffset - roffset;
1028 if (procoffset < roffset) {
1031 * procoffset. Bail out.
1035 rdepth = procoffset - roffset;
1045 if (procoffset < roffset) {
1048 * procoffset. Bail out.
1052 rdepth = procoffset - roffset;
1103 uint64_t procoffset)
1120 printf("procoffset (slots) = %lu \n", procoffset);
1126 if (stptr[i].when >= procoffset) break;
1131 if (stptr[i].when >= procoffset) break;
1152 if (stptr[i].when >= procoffset) break;
1170 if (stptr[i].when >= procoffset) break;
1254 uint64_t infoptr, procoffset, slotoffset;
1277 /* procoffset in Number of _slots_ , _not_ a byte offset. */
1279 procoffset = (((iprel - slotoffset) - (uwt->start)) / 0x10 * 3)
1281 srec = buildrecordstack(strc, procoffset);
1283 updateregs(uwf, srec, procoffset);