Searched refs:stack_frame (Results 1 – 2 of 2) sorted by relevance
54 STACKFRAME64 stack_frame; in UnwindSlow() local55 memset(&stack_frame, 0, sizeof(stack_frame)); in UnwindSlow()63 stack_frame.AddrPC.Offset = ctx.Pc; in UnwindSlow()64 stack_frame.AddrFrame.Offset = ctx.Fp; in UnwindSlow()65 stack_frame.AddrStack.Offset = ctx.Sp; in UnwindSlow()68 stack_frame.AddrPC.Offset = ctx.Rip; in UnwindSlow()69 stack_frame.AddrFrame.Offset = ctx.Rbp; in UnwindSlow()70 stack_frame.AddrStack.Offset = ctx.Rsp; in UnwindSlow()75 stack_frame.AddrPC.Offset = ctx.Pc; in UnwindSlow()76 stack_frame.AddrFrame.Offset = ctx.R11; in UnwindSlow()[all …]
5023 void f (struct stack_frame *frame) {5027 Where ``struct stack_frame`` is a suitable struct matching the stack frame pushed by the5035 void g (struct stack_frame *frame, unsigned long code) {