Home
last modified time | relevance | path

Searched refs:MONO_TABLE_DECLSECURITY (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dblob.h68 MONO_TABLE_DECLSECURITY, enumerator
H A Dreflection.c2541 MonoTableInfo *t = &image->tables [MONO_TABLE_DECLSECURITY]; in mono_declsec_get_flags()
2649 t = &image->tables [MONO_TABLE_DECLSECURITY]; in fill_actions_from_index()
2723 if (!method->klass->image->tables [MONO_TABLE_DECLSECURITY].rows) in mono_declsec_get_demands()
2771 if (!method->klass->image->tables [MONO_TABLE_DECLSECURITY].rows) in mono_declsec_get_linkdemands()
2820 if (!klass->image->tables [MONO_TABLE_DECLSECURITY].rows) in mono_declsec_get_inheritdemands_class()
2845 if (!method->klass->image->tables [MONO_TABLE_DECLSECURITY].rows) in mono_declsec_get_inheritdemands_method()
2877 t = &image->tables [MONO_TABLE_DECLSECURITY]; in get_declsec_action()
H A Dsre-save.c281 table = &assembly->tables [MONO_TABLE_DECLSECURITY]; in mono_image_add_decl_security()
1519 | ((guint64)1 << MONO_TABLE_DECLSECURITY) | ((guint64)1 << MONO_TABLE_GENERICPARAM) in build_compressed_metadata()
1649 table = &assembly->tables [MONO_TABLE_DECLSECURITY]; in build_compressed_metadata()
H A Dmetadata-verify.c115 MONO_TABLE_DECLSECURITY,
3032 MonoTableInfo *table = &ctx->image->tables [MONO_TABLE_DECLSECURITY]; in verify_decl_security_table()
3053 MonoTableInfo *table = &ctx->image->tables [MONO_TABLE_DECLSECURITY]; in verify_decl_security_table_full()
H A Dmetadata.c782 n = MAX (n, get_nrows (meta, MONO_TABLE_DECLSECURITY)); in mono_metadata_compute_size()
815 n = MAX(n, get_nrows (meta, MONO_TABLE_DECLSECURITY)); in mono_metadata_compute_size()
4735 MonoTableInfo *tdef = &meta->tables [MONO_TABLE_DECLSECURITY]; in mono_metadata_declsec_from_index()
H A Dassembly.c4130 t = &assembly->image->tables [MONO_TABLE_DECLSECURITY]; in mono_assembly_has_skip_verification()
/dports/lang/mono/mono-5.10.1.57/mono/cil/
H A Dtables.def15 TABLEDEF(MONO_TABLE_DECLSECURITY, "DeclSecurity")
/dports/lang/mono/mono-5.10.1.57/mono/dis/
H A Dmain.c141 MonoTableInfo *t = &m->tables [MONO_TABLE_DECLSECURITY]; in dump_declarative_security()
1576 { "--declsec", MONO_TABLE_DECLSECURITY, dump_table_declsec },
H A Ddump.c1116 MonoTableInfo *t = &m->tables [MONO_TABLE_DECLSECURITY]; in dump_table_declsec()