Home | History | Annotate | Download | only in unwind

Lines Matching defs:unwind_rsp

626  * 2. Two head variables to hold the member index: unwind_rsp,unwind_rscp
632 struct staterecord *unwind_rsp, *unwind_rscp;
927 if(unwind_rsp >= recordstack + MAXSTATERECS) {
932 memcpy(unwind_rsp, srec, sizeof(struct staterecord));
933 unwind_rsp++;
943 if(unwind_rsp == recordstack) {
947 unwind_rsp -= n;
948 memcpy(srec, unwind_rsp, sizeof(struct staterecord));
950 memset(unwind_rsp, 0, sizeof(struct staterecord) * n);
962 (unwind_rsp - recordstack) * sizeof(struct staterecord));
963 unwind_rscp = unwind_rsp;
974 unwind_rsp = unwind_rscp;
1002 unwind_rsp = recordstack;