Searched refs:fetch_context_reg (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | dbghelp_private.h | 598 void * (*fetch_context_reg)(union ctx *ctx, unsigned regno, unsigned *size); member
|
H A D | dwarf.c | 3023 void* ptr = csw->cpu->fetch_context_reg(context, regno, &sz); in get_context_reg() 3039 ULONG_PTR* ptr = csw->cpu->fetch_context_reg(context, regno, &sz); in set_context_reg() 3075 ULONG_PTR* ptrdst = csw->cpu->fetch_context_reg(dstcontext, regdstno, &szdst); in copy_context_reg() 3076 ULONG_PTR* ptrsrc = csw->cpu->fetch_context_reg(srccontext, regsrcno, &szsrc); in copy_context_reg()
|