HomeSort by: relevance | last modified time | path
    Searched defs:procoffset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ia64/unwind/
stackframe.c 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
1254 uint64_t infoptr, procoffset, slotoffset; local in function:patchunwindframe
    [all...]
stackframe.c 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
1254 uint64_t infoptr, procoffset, slotoffset; local in function:patchunwindframe
    [all...]

Completed in 22 milliseconds