ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <stdarg.h>
#include <stdio.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winver.h"
#include "bcrypt.h"
#include "dbghelp.h"
#include "ole2.h"
#include "fusion.h"
#include "corhdr.h"
#include "fusionpriv.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | tagCLRTABLE |
struct | tagASSEMBLY |
Macros | |
#define | WIN32_NO_STATUS |
#define | TableFromToken(tk) (TypeFromToken(tk) >> 24) |
#define | TokenFromTable(idx) (idx << 24) |
#define | MAX_CLR_TABLES 64 |
#define | MD_STRINGS_BIT 0x1 |
#define | MD_GUIDS_BIT 0x2 |
#define | MD_BLOBS_BIT 0x4 |
#define | MAX_TABLES_WORD 0xFFFF |
#define | MAX_TABLES_1BIT_ENCODE 32767 |
#define | MAX_TABLES_2BIT_ENCODE 16383 |
#define | MAX_TABLES_3BIT_ENCODE 8191 |
#define | MAX_TABLES_5BIT_ENCODE 2047 |
Typedefs | |
typedef struct tagCLRTABLE | CLRTABLE |
#define MAX_CLR_TABLES 64 |
Definition at line 42 of file assembly.c.
#define MAX_TABLES_1BIT_ENCODE 32767 |
Definition at line 145 of file assembly.c.
#define MAX_TABLES_2BIT_ENCODE 16383 |
Definition at line 146 of file assembly.c.
#define MAX_TABLES_3BIT_ENCODE 8191 |
Definition at line 147 of file assembly.c.
#define MAX_TABLES_5BIT_ENCODE 2047 |
Definition at line 148 of file assembly.c.
#define MAX_TABLES_WORD 0xFFFF |
Definition at line 144 of file assembly.c.
#define MD_BLOBS_BIT 0x4 |
Definition at line 46 of file assembly.c.
#define MD_GUIDS_BIT 0x2 |
Definition at line 45 of file assembly.c.
#define MD_STRINGS_BIT 0x1 |
Definition at line 44 of file assembly.c.
#define TableFromToken | ( | tk | ) | (TypeFromToken(tk) >> 24) |
Definition at line 39 of file assembly.c.
Definition at line 40 of file assembly.c.
#define WIN32_NO_STATUS |
Definition at line 25 of file assembly.c.
typedef struct tagCLRTABLE CLRTABLE |
Definition at line 641 of file assembly.c.
Referenced by CLRMetaHost_GetVersionFromFile(), and IAssemblyCacheImpl_InstallAssembly().
Definition at line 139 of file assembly.c.
Referenced by assembly_get_external_files(), assembly_get_name(), assembly_get_pubkey_token(), assembly_get_version(), parse_clr_metadata(), and parse_clr_tables().
Definition at line 709 of file assembly.c.
Referenced by assembly_get_external_files(), and assembly_get_name().
Definition at line 788 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 871 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 723 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 750 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 807 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 865 of file assembly.c.
Referenced by CLRMetaHost_GetVersionFromFile(), and IAssemblyCacheImpl_InstallAssembly().
Definition at line 762 of file assembly.c.
Referenced by IAssemblyCacheImpl_InstallAssembly().
Definition at line 694 of file assembly.c.
Referenced by assembly_create(), assembly_from_hmodule(), CLRMetaHost_GetVersionFromFile(), FixupVTable(), and IAssemblyCacheImpl_InstallAssembly().
Definition at line 150 of file assembly.c.
Referenced by parse_clr_tables().
Definition at line 114 of file assembly.c.
Referenced by assembly_get_blob(), and DECLARE_INTERFACE_().
Definition at line 560 of file assembly.c.
Referenced by assembly_create(), and parse_headers().
Definition at line 484 of file assembly.c.
Referenced by parse_clr_metadata().
Definition at line 529 of file assembly.c.
Referenced by parse_clr_metadata().
Definition at line 603 of file assembly.c.
Referenced by assembly_create(), and parse_headers().
|
static |
Definition at line 80 of file assembly.c.
Referenced by parse_clr_metadata().