ReactOS 0.4.16-dev-401-g45b008d
|
#include <dbghelp_private.h>
Definition at line 487 of file dbghelp_private.h.
Definition at line 492 of file dbghelp_private.h.
Referenced by apply_frame_state(), copy_context_reg(), dwarf2_virtual_unwind(), get_context_reg(), set_context_reg(), StackWalk(), and StackWalk64().
PGET_MODULE_BASE_ROUTINE cpu_stack_walk::f_modl_bas |
Definition at line 500 of file dbghelp_private.h.
PGET_MODULE_BASE_ROUTINE64 cpu_stack_walk::f_modl_bas |
Definition at line 507 of file dbghelp_private.h.
PREAD_PROCESS_MEMORY_ROUTINE cpu_stack_walk::f_read_mem |
Definition at line 497 of file dbghelp_private.h.
PREAD_PROCESS_MEMORY_ROUTINE64 cpu_stack_walk::f_read_mem |
Definition at line 504 of file dbghelp_private.h.
PFUNCTION_TABLE_ACCESS_ROUTINE cpu_stack_walk::f_tabl_acs |
Definition at line 499 of file dbghelp_private.h.
PFUNCTION_TABLE_ACCESS_ROUTINE64 cpu_stack_walk::f_tabl_acs |
Definition at line 506 of file dbghelp_private.h.
PTRANSLATE_ADDRESS_ROUTINE cpu_stack_walk::f_xlat_adr |
Definition at line 498 of file dbghelp_private.h.
PTRANSLATE_ADDRESS_ROUTINE64 cpu_stack_walk::f_xlat_adr |
Definition at line 505 of file dbghelp_private.h.
HANDLE cpu_stack_walk::hProcess |
Definition at line 489 of file dbghelp_private.h.
Referenced by dwarf2_virtual_unwind(), pdb_virtual_unwind(), StackWalk(), StackWalk64(), sw_module_base(), sw_read_mem(), sw_table_access(), and sw_xlat_addr().
HANDLE cpu_stack_walk::hThread |
Definition at line 490 of file dbghelp_private.h.
Referenced by i386_stack_walk(), StackWalk(), StackWalk64(), and sw_xlat_addr().
BOOL cpu_stack_walk::is32 |
Definition at line 491 of file dbghelp_private.h.
Referenced by StackWalk(), StackWalk64(), sw_module_base(), sw_read_mem(), sw_table_access(), and sw_xlat_addr().
struct { ... } cpu_stack_walk::s32 |
Referenced by StackWalk(), sw_module_base(), sw_read_mem(), sw_table_access(), and sw_xlat_addr().
struct { ... } cpu_stack_walk::s64 |
Referenced by StackWalk64(), sw_module_base(), sw_read_mem(), sw_table_access(), and sw_xlat_addr().
union { ... } cpu_stack_walk::u |
Referenced by StackWalk(), StackWalk64(), sw_module_base(), sw_read_mem(), sw_table_access(), and sw_xlat_addr().