Home | History | Annotate | Download | only in samples

Lines Matching refs:sf

37     const struct stack_frame *sf;
54 sf = (const struct stack_frame *)di->pxe.stack;
60 sf->eax, sf->ebx, sf->ecx, sf->edx,
61 sf->esp + 4, sf->ebp, sf->esi, sf->edi,
62 di->rr.r.fs, sf->ds, sf->es, sf->fs, sf->gs,
63 sf->eflags, sf->ret_cs, sf->ret_ip, sf->pxe_cs, sf->pxe_ip);