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

  /src/sys/arch/ia64/unwind/
stackframe.c 46 char *nextrecp, *recptr = (char *) unwind_infop + sizeof(uint64_t); local in function:buildrecordchain
48 unwindstart = (uint64_t) recptr;
59 printf("recptr = %p \n", recptr);
68 rec_cnt < MAXSTATERECS && (uint64_t)recptr < unwindend;
70 nextrecp = unwind_decode_R1(recptr, &strc[rec_cnt].udesc);
75 recptr = nextrecp;
79 nextrecp = unwind_decode_R2(recptr, &strc[rec_cnt].udesc);
85 recptr = nextrecp;
89 nextrecp = unwind_decode_R3(recptr, &strc[rec_cnt].udesc)
    [all...]
stackframe.c 46 char *nextrecp, *recptr = (char *) unwind_infop + sizeof(uint64_t); local in function:buildrecordchain
48 unwindstart = (uint64_t) recptr;
59 printf("recptr = %p \n", recptr);
68 rec_cnt < MAXSTATERECS && (uint64_t)recptr < unwindend;
70 nextrecp = unwind_decode_R1(recptr, &strc[rec_cnt].udesc);
75 recptr = nextrecp;
79 nextrecp = unwind_decode_R2(recptr, &strc[rec_cnt].udesc);
85 recptr = nextrecp;
89 nextrecp = unwind_decode_R3(recptr, &strc[rec_cnt].udesc)
    [all...]

Completed in 23 milliseconds