ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <list.h>
Public Attributes | |
char * | buf |
char * | name |
char * | path |
size_t | ImageBase |
size_t | RelBase |
size_t | Size |
struct entry_struct * | pnext |
char* entry_struct::buf |
Definition at line 5 of file list.h.
Referenced by cache_entry_create(), entry_delete(), and sources_entry_create().
size_t entry_struct::ImageBase |
Definition at line 8 of file list.h.
Referenced by cache_entry_create(), match_mod(), and translate_file().
char* entry_struct::name |
Definition at line 6 of file list.h.
Referenced by cache_entry_create(), entry_lookup(), and sources_entry_create().
char* entry_struct::path |
Definition at line 7 of file list.h.
Referenced by cache_entry_create(), and translate_file().
struct entry_struct* entry_struct::pnext |
Definition at line 11 of file list.h.
Referenced by entry_insert(), entry_lookup(), and list_clear().
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_t entry_struct::Size |
Definition at line 10 of file list.h.
Referenced by cache_entry_create(), and match_mod().