Home
last modified time | relevance | path

Searched refs:cpu_addr_stack (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/dbghelp/
H A Dcpu_arm64.c43 case cpu_addr_stack: addr->Offset = ctx->Sp; return TRUE; in arm64_get_addr()
H A Dcpu_arm.c41 case cpu_addr_stack: addr->Offset = ctx->Sp; return TRUE; in arm_get_addr()
H A Dcpu_i386.c87 case cpu_addr_stack: return i386_build_addr(hThread, ctx, addr, ctx->SegSs, ctx->Esp); in i386_get_addr()
H A Ddbghelp_private.h576 enum cpu_addr {cpu_addr_pc, cpu_addr_stack, cpu_addr_frame}; enumerator
H A Dcpu_x86_64.c87 case cpu_addr_stack: addr->Segment = ctx->SegSs; addr->Offset = ctx->Rsp; return TRUE; in x86_64_get_addr()
H A Dminidump.c97 …dbghelp_current_cpu->get_addr(NULL /* FIXME */, ctx, cpu_addr_stack, &addr) && addr.Mode == AddrMo… in fetch_thread_stack()