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

  /src/sys/arch/ia64/unwind/
stackframe.c 626 * 2. Two head variables to hold the member index: unwind_rsp,unwind_rscp
632 struct staterecord *unwind_rsp, *unwind_rscp; variable in typeref:struct:staterecord **
963 unwind_rscp = unwind_rsp;
973 (unwind_rscp - recordstackcopy) * sizeof(struct staterecord));
974 unwind_rsp = unwind_rscp;
stackframe.c 626 * 2. Two head variables to hold the member index: unwind_rsp,unwind_rscp
632 struct staterecord *unwind_rsp, *unwind_rscp; variable in typeref:struct:staterecord **
963 unwind_rscp = unwind_rsp;
973 (unwind_rscp - recordstackcopy) * sizeof(struct staterecord));
974 unwind_rsp = unwind_rscp;

Completed in 25 milliseconds