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

/netbsd-6-1-5-RELEASE/sys/arch/ia64/unwind/
H A Dstackframe.c587 * 2. Two head variables to hold the member index: unwind_rsp,unwind_rscp
593 struct staterecord *unwind_rsp, *unwind_rscp; variable in typeref:struct:staterecord
878 if(unwind_rsp >= recordstack + MAXSTATERECS) {
883 memcpy(unwind_rsp, srec, sizeof(struct staterecord));
884 unwind_rsp++;
892 if(unwind_rsp == recordstack) {
896 unwind_rsp -= n;
897 memcpy(srec, unwind_rsp, sizeof(struct staterecord));
899 memset(unwind_rsp, 0, sizeof(struct staterecord) * n);
908 (unwind_rsp
[all...]

Completed in 109 milliseconds