Merge pull request #992 from ludovic-henry/ludovic-counters-pr1
[mono.git] / mono / mini / ldscript.mono
1 {
2       global: 
3               mono_*;
4               GC_push_all_stack;
5               GC_start_blocking;
6               GC_end_blocking;
7               gc_thread_vtable;
8               mini_type_is_vtype;
9               mini_is_gsharedvt_klass;
10       local:
11               *;
12 };