ReactOS 0.4.15-dev-7994-gb388cb6
_STACKFRAME64 Struct Reference

#include <compat.h>

Collaboration diagram for _STACKFRAME64:

Public Attributes

ADDRESS64 AddrPC
 
ADDRESS64 AddrReturn
 
ADDRESS64 AddrFrame
 
ADDRESS64 AddrStack
 
ADDRESS64 AddrBStore
 
PVOID FuncTableEntry
 
DWORD64 Params [4]
 
BOOL Far
 
BOOL Virtual
 
DWORD64 Reserved [3]
 
KDHELP64 KdHelp
 

Detailed Description

Definition at line 1399 of file compat.h.

Member Data Documentation

◆ AddrBStore

ADDRESS64 _STACKFRAME64::AddrBStore

Definition at line 1405 of file compat.h.

Referenced by i386_stack_walk(), and PrintStackBacktrace().

◆ AddrFrame

ADDRESS64 _STACKFRAME64::AddrFrame

Definition at line 1403 of file compat.h.

Referenced by i386_stack_walk(), and PrintStackBacktrace().

◆ AddrPC

ADDRESS64 _STACKFRAME64::AddrPC

Definition at line 1401 of file compat.h.

Referenced by i386_stack_walk(), and PrintStackBacktrace().

◆ AddrReturn

ADDRESS64 _STACKFRAME64::AddrReturn

Definition at line 1402 of file compat.h.

Referenced by i386_stack_walk(), and PrintStackBacktrace().

◆ AddrStack

ADDRESS64 _STACKFRAME64::AddrStack

Definition at line 1404 of file compat.h.

Referenced by i386_stack_walk(), and PrintStackBacktrace().

◆ Far

BOOL _STACKFRAME64::Far

Definition at line 1408 of file compat.h.

Referenced by i386_stack_walk().

◆ FuncTableEntry

PVOID _STACKFRAME64::FuncTableEntry

Definition at line 1406 of file compat.h.

Referenced by i386_stack_walk().

◆ KdHelp

KDHELP64 _STACKFRAME64::KdHelp

Definition at line 1411 of file compat.h.

◆ Params

DWORD64 _STACKFRAME64::Params

Definition at line 1407 of file compat.h.

Referenced by i386_stack_walk(), and PrintStackBacktrace().

◆ Reserved

DWORD64 _STACKFRAME64::Reserved

Definition at line 1410 of file compat.h.

◆ Virtual

BOOL _STACKFRAME64::Virtual

Definition at line 1409 of file compat.h.

Referenced by i386_stack_walk().


The documentation for this struct was generated from the following files: