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

  /src/external/gpl3/gcc/dist/libgcc/config/i386/
w32-unwind.h 128 void * ctx_cfa_ = (void *)(context->cfa); /* context frame address */ local
140 proc_ctx_ = (PCONTEXT) (*(int*)(ctx_cfa_ + 56));
142 proc_ctx_ = (PCONTEXT) (*(int*)(ctx_cfa_ + 8));
145 weinfo_ = (PEXCEPTION_POINTERS) (*(int*)ctx_cfa_);
153 fs->regs.cfa_offset = new_cfa_ - (long) ctx_cfa_;
185 long new_cfa_ = (long) ctx_cfa_ + 4;
189 fs->regs.cfa_offset = new_cfa_ - (long) ctx_cfa_;
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
w32-unwind.h 128 void * ctx_cfa_ = (void *)(context->cfa); /* context frame address */ local
140 proc_ctx_ = (PCONTEXT) (*(int*)(ctx_cfa_ + 56));
142 proc_ctx_ = (PCONTEXT) (*(int*)(ctx_cfa_ + 8));
145 weinfo_ = (PEXCEPTION_POINTERS) (*(int*)ctx_cfa_);
153 fs->regs.cfa_offset = new_cfa_ - (long) ctx_cfa_;
185 long new_cfa_ = (long) ctx_cfa_ + 4;
189 fs->regs.cfa_offset = new_cfa_ - (long) ctx_cfa_;

Completed in 27 milliseconds