[Mono.Runtime.Tests] Exclude simd tests
[mono-project.git] / mono / metadata / image-internals.h
blob51fce9bdaf55cbfb057db05c4ddd3bb5de2b6442
1 /**
2 * \file
3 * Copyright 2015 Xamarin Inc
4 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
5 */
6 #ifndef __MONO_METADATA_IMAGE_INTERNALS_H__
7 #define __MONO_METADATA_IMAGE_INTERNALS_H__
9 #include <mono/metadata/image.h>
11 MonoImage*
12 mono_image_loaded_internal (const char *name, mono_bool refonly);
14 MonoImage *
15 mono_find_image_owner (void *ptr);
17 MonoImage*
18 mono_image_load_file_for_image_checked (MonoImage *image, int fileidx, MonoError *error);
20 MonoImage*
21 mono_image_load_module_checked (MonoImage *image, int idx, MonoError *error);
23 MonoImage *
24 mono_image_open_a_lot (const char *fname, MonoImageOpenStatus *status, gboolean refonly, gboolean load_from_context);
26 gboolean
27 mono_is_problematic_image (MonoImage *image);
29 #endif /* __MONO_METADATA_IMAGE_INTERNALS_H__ */