ReactOS 0.4.16-dev-338-g34e76ad
|
Public Attributes | |
enum pdb_kind | kind |
DWORD | age |
HANDLE | hMap |
const char * | image |
struct pdb_stream_name * | stream_dict |
unsigned | fpoext_stream |
union { | |
struct { | |
DWORD timestamp | |
struct PDB_JG_TOC * toc | |
} jg | |
struct { | |
GUID guid | |
struct PDB_DS_TOC * toc | |
} ds | |
} | u |
DWORD pdb_file_info::age |
Definition at line 63 of file msc.c.
Referenced by pdb_init().
struct { ... } pdb_file_info::ds |
Referenced by pdb_free_file(), pdb_get_file_size(), pdb_init(), and pdb_read_file().
unsigned pdb_file_info::fpoext_stream |
Definition at line 67 of file msc.c.
Referenced by pdb_load_stream_name_table(), and pdb_process_internal().
HANDLE pdb_file_info::hMap |
Definition at line 64 of file msc.c.
Referenced by pdb_fetch_file_info(), and pdb_process_internal().
Definition at line 65 of file msc.c.
Referenced by pdb_process_internal(), and pdb_read_file().
struct { ... } pdb_file_info::jg |
Referenced by pdb_free_file(), pdb_get_file_size(), pdb_init(), and pdb_read_file().
Definition at line 62 of file msc.c.
Referenced by pdb_free_file(), pdb_get_file_size(), pdb_init(), pdb_process_internal(), and pdb_read_file().
struct pdb_stream_name* pdb_file_info::stream_dict |
Definition at line 66 of file msc.c.
Referenced by pdb_free_file(), pdb_get_stream_by_name(), and pdb_load_stream_name_table().
struct PDB_JG_TOC* pdb_file_info::toc |
struct PDB_DS_TOC* pdb_file_info::toc |
union { ... } pdb_file_info::u |
Referenced by pdb_free_file(), pdb_get_file_size(), pdb_init(), and pdb_read_file().