ReactOS 0.4.15-dev-7942-gd23573b
entry_struct Struct Reference

#include <list.h>

Collaboration diagram for entry_struct:

Public Attributes

charbuf
 
charname
 
charpath
 
size_t ImageBase
 
size_t RelBase
 
size_t Size
 
struct entry_structpnext
 

Detailed Description

Definition at line 3 of file list.h.

Member Data Documentation

◆ buf

char* entry_struct::buf

Definition at line 5 of file list.h.

Referenced by cache_entry_create(), entry_delete(), and sources_entry_create().

◆ ImageBase

size_t entry_struct::ImageBase

Definition at line 8 of file list.h.

Referenced by cache_entry_create(), match_mod(), and translate_file().

◆ name

char* entry_struct::name

Definition at line 6 of file list.h.

Referenced by cache_entry_create(), entry_lookup(), and sources_entry_create().

◆ path

char* entry_struct::path

Definition at line 7 of file list.h.

Referenced by cache_entry_create(), and translate_file().

◆ pnext

struct entry_struct* entry_struct::pnext

Definition at line 11 of file list.h.

Referenced by entry_insert(), entry_lookup(), and list_clear().

◆ RelBase

size_t entry_struct::RelBase

Definition at line 9 of file list.h.

Referenced by cache_entry_create(), handle_address_cmd(), and match_mod().

◆ Size

size_t entry_struct::Size

Definition at line 10 of file list.h.

Referenced by cache_entry_create(), and match_mod().


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