HomeSort by: relevance | last modified time | path
    Searched defs:unwind_rsp (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 *
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))
    [all...]
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 *
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))
    [all...]

Completed in 21 milliseconds