3 void dump_table_assembly (MonoImage
*m
);
4 void dump_table_assemblyref (MonoImage
*m
);
5 void dump_table_class_layout (MonoImage
*m
);
6 void dump_table_constant (MonoImage
*m
);
7 void dump_table_customattr (MonoImage
*m
);
8 void dump_table_declsec (MonoImage
*m
);
9 void dump_table_property (MonoImage
*m
);
10 void dump_table_property_map (MonoImage
*m
);
11 void dump_table_event (MonoImage
*m
);
12 void dump_table_file (MonoImage
*m
);
13 void dump_table_moduleref (MonoImage
*m
);
14 void dump_table_module (MonoImage
*m
);
15 void dump_table_method (MonoImage
*m
);
16 void dump_table_methodimpl (MonoImage
*m
);
17 void dump_table_methodsem (MonoImage
*m
);
18 void dump_table_field (MonoImage
*m
);
19 void dump_table_manifest (MonoImage
*m
);
20 void dump_table_memberref (MonoImage
*m
);
21 void dump_table_param (MonoImage
*m
);
22 void dump_table_typedef (MonoImage
*m
);
23 void dump_table_typeref (MonoImage
*m
);
24 void dump_table_typespec (MonoImage
*m
);
25 void dump_table_exported (MonoImage
*m
);
26 void dump_table_nestedclass (MonoImage
*m
);
27 void dump_table_interfaceimpl (MonoImage
*m
);
28 void dump_table_field_marshal (MonoImage
*m
);
29 void dump_table_genericpar (MonoImage
*m
);
30 void dump_table_methodspec (MonoImage
*m
);
31 void dump_table_parconstraint(MonoImage
*m
);
32 void dump_table_implmap (MonoImage
*m
);
33 void dump_table_fieldrva (MonoImage
*m
);
34 void dump_table_standalonesig (MonoImage
*m
);
35 void dump_table_methodptr (MonoImage
*m
);
36 void dump_table_fieldptr (MonoImage
*m
);
37 void dump_table_paramptr (MonoImage
*m
);
38 void dump_table_eventptr (MonoImage
*m
);
39 void dump_table_propertyptr (MonoImage
*m
);
40 void dump_stream_blob (MonoImage
*m
);
41 void dump_stream_strings (MonoImage
*m
);
42 void dump_stream_us (MonoImage
*m
);