Searched refs:unwind_rscp (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:
909 unwind_rscp = unwind_rsp;
916 (unwind_rscp - recordstackcopy) * sizeof(struct staterecord));
917 unwind_rsp = unwind_rscp;

Completed in 111 milliseconds