Home
last modified time | relevance | path

Searched refs:MonoRuntimeInfo (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Ddomain.c95 static const MonoRuntimeInfo *current_runtime = NULL;
101 static const MonoRuntimeInfo supported_runtimes[] = {
121 get_runtimes_from_exe (const char *exe_file, MonoImage **exe_image, const MonoRuntimeInfo** runtime…
123 static const MonoRuntimeInfo*
466 const MonoRuntimeInfo* runtimes [G_N_ELEMENTS (supported_runtimes) + 1] = { NULL }; in mono_init_internal()
543 const MonoRuntimeInfo *default_runtime = get_runtime_by_version (DEFAULT_RUNTIME_VERSION); in mono_init_internal()
1812 static const MonoRuntimeInfo*
1839 get_runtimes_from_exe (const char *exe_file, MonoImage **exe_image, const MonoRuntimeInfo** runtime… in get_runtimes_from_exe()
1843 const MonoRuntimeInfo* runtime = NULL; in get_runtimes_from_exe()
1905 const MonoRuntimeInfo*
H A Ddomain-internals.h442 } MonoRuntimeInfo; typedef
566 mono_assembly_load_corlib (const MonoRuntimeInfo *runtime, MonoImageOpenStatus *status);
568 const MonoRuntimeInfo*
H A Dassembly.c1198 const MonoRuntimeInfo *current_runtime; in mono_assembly_remap_version()
3467 mono_assembly_load_corlib (const MonoRuntimeInfo *runtime, MonoImageOpenStatus *status) in mono_assembly_load_corlib()