ReactOS 0.4.16-dev-122-g325d74c
|
#include <compat.h>
Public Attributes | |
DWORD | SizeOfStruct |
PVOID | Key |
DWORD | LineNumber |
PCHAR | FileName |
DWORD64 | Address |
DWORD64 _IMAGEHLP_LINE64::Address |
Definition at line 1099 of file compat.h.
Referenced by copy_line_32_from_64(), copy_line_64_from_32(), copy_line_W64_from_64(), rsym_finalize_function(), and stabs_finalize_function().
PCHAR _IMAGEHLP_LINE64::FileName |
Definition at line 1098 of file compat.h.
Referenced by copy_line_32_from_64(), copy_line_64_from_32(), and copy_line_W64_from_64().
PVOID _IMAGEHLP_LINE64::Key |
Definition at line 1096 of file compat.h.
Referenced by copy_line_32_from_64(), copy_line_64_from_32(), and copy_line_W64_from_64().
DWORD _IMAGEHLP_LINE64::LineNumber |
Definition at line 1097 of file compat.h.
Referenced by copy_line_32_from_64(), copy_line_64_from_32(), and copy_line_W64_from_64().
DWORD _IMAGEHLP_LINE64::SizeOfStruct |
Definition at line 1095 of file compat.h.
Referenced by SymGetLineFromAddr(), SymGetLineFromAddrW64(), SymGetLineNext(), and SymGetLinePrev().