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

/netbsd-6-1-5-RELEASE/sys/arch/ia64/unwind/
H A Dstackframe.c37 uint64_t unwindstart, unwindend; local
56 unwindend = unwindstart + unwindlen;
61 printf("unwindend = %lx \n", unwindend);
67 for(rec_cnt = 0; rec_cnt < MAXSTATERECS && (uint64_t)recptr < unwindend;

Completed in 115 milliseconds