ReactOS 0.4.15-dev-8002-gbbb3b00
DbgHelpStringTab Struct Reference
Collaboration diagram for DbgHelpStringTab:

Public Attributes

ULONG Length
 
ULONG Bytes
 
char *** Table
 
ULONG LineEntries
 
ULONG CurLineEntries
 
struct DbgHelpLineEntryLineEntryData
 
voidprocess
 
DWORD module_base
 
charPathChop
 
charSourcePath
 
struct DbgHelpLineEntrylastLineEntry
 

Detailed Description

Definition at line 468 of file rsym.c.

Member Data Documentation

◆ Bytes

ULONG DbgHelpStringTab::Bytes

Definition at line 470 of file rsym.c.

Referenced by ConvertDbgHelp(), and DbgHelpAddStringToTable().

◆ CurLineEntries

ULONG DbgHelpStringTab::CurLineEntries

Definition at line 472 of file rsym.c.

Referenced by ConvertDbgHelp(), and DbgHelpAddLineEntry().

◆ lastLineEntry

struct DbgHelpLineEntry* DbgHelpStringTab::lastLineEntry

Definition at line 478 of file rsym.c.

Referenced by DbgHelpAddLineNumber().

◆ Length

ULONG DbgHelpStringTab::Length

Definition at line 469 of file rsym.c.

Referenced by ConvertDbgHelp(), and DbgHelpAddStringToTable().

◆ LineEntries

ULONG DbgHelpStringTab::LineEntries

Definition at line 472 of file rsym.c.

Referenced by ConvertDbgHelp(), and DbgHelpAddLineEntry().

◆ LineEntryData

struct DbgHelpLineEntry* DbgHelpStringTab::LineEntryData

Definition at line 473 of file rsym.c.

Referenced by ConvertDbgHelp(), and DbgHelpAddLineEntry().

◆ module_base

DWORD DbgHelpStringTab::module_base

Definition at line 475 of file rsym.c.

Referenced by ConvertDbgHelp(), and main().

◆ PathChop

char* DbgHelpStringTab::PathChop

Definition at line 476 of file rsym.c.

Referenced by ConvertDbgHelp(), and DbgHelpAddLineNumber().

◆ process

void* DbgHelpStringTab::process

Definition at line 474 of file rsym.c.

Referenced by ConvertDbgHelp(), and DbgHelpAddLineNumber().

◆ SourcePath

char* DbgHelpStringTab::SourcePath

Definition at line 477 of file rsym.c.

Referenced by ConvertDbgHelp(), DbgHelpAddLineNumber(), and main().

◆ Table

char*** DbgHelpStringTab::Table

Definition at line 471 of file rsym.c.

Referenced by ConvertDbgHelp(), DbgHelpAddStringToTable(), and DbgHelpGetString().


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