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

/netbsd-6-1-5-RELEASE/sys/arch/ia64/unwind/
H A Dstackframe.c46 char *nextrecp, *recptr = (char *) unwind_infop + sizeof(uint64_t); local
48 unwindstart = (uint64_t) recptr;
59 printf("recptr = %p \n", recptr);
67 for(rec_cnt = 0; rec_cnt < MAXSTATERECS && (uint64_t)recptr < unwindend;
69 if ((nextrecp = unwind_decode_R1(recptr, &strc[rec_cnt].udesc))){
73 recptr = nextrecp;
77 if ((nextrecp = unwind_decode_R2(recptr, &strc[rec_cnt].udesc))){
81 recptr = nextrecp;
85 if ((nextrecp = unwind_decode_R3(recptr,
[all...]

Completed in 44 milliseconds