Home
last modified time | relevance | path

Searched refs:SYM_NUM (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/src/
Dpolicydb.c65 .sym_num = SYM_NUM,
72 .sym_num = SYM_NUM,
79 .sym_num = SYM_NUM - 3,
86 .sym_num = SYM_NUM - 2,
93 .sym_num = SYM_NUM - 2,
100 .sym_num = SYM_NUM - 2,
107 .sym_num = SYM_NUM,
114 .sym_num = SYM_NUM,
121 .sym_num = SYM_NUM,
128 .sym_num = SYM_NUM,
[all …]
Davrule_block.c33 static unsigned int symtab_sizes[SYM_NUM] = {
61 for (i = 0; i < SYM_NUM; i++) { in avrule_decl_create()
68 for (i = 0; i < SYM_NUM; i++) { in avrule_decl_create()
83 for (i = 0; i < SYM_NUM; i++) { in scope_index_destroy()
Dlink.c44 uint32_t *map[SYM_NUM];
81 static const char *symtab_names[SYM_NUM] = {
94 for (i = 0; i < SYM_NUM; i++) { in policy_module_destroy()
750 static int (*copy_callback_f[SYM_NUM]) (hashtab_key_t key,
1253 static int (*fix_callback_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
1621 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers()
1649 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers()
1666 for (i = 0; i < SYM_NUM; i++) { in copy_scope_index()
1942 for (i = 0; i < SYM_NUM; i++) { in copy_module()
1999 for (i = 0; i < SYM_NUM; i++) { in is_decl_requires_met()
[all …]
Dmodule_to_cil.c3215 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st…
3269 for (sym = 0; sym < SYM_NUM; sym++) { in declared_scopes_to_cil()
3336 for (sym = 0; sym < SYM_NUM; sym++) { in required_scopes_to_cil()
3409 for (args.sym_index = 0; args.sym_index < SYM_NUM; args.sym_index++) { in additive_scopes_to_cil()
3435 for (i = 0; i < SYM_NUM; i++) { in is_scope_superset()
Dwrite.c1238 static int (*write_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h381 #define SYM_NUM 8 macro
410 ebitmap_t scope[SYM_NUM];
449 symtab_t symtab[SYM_NUM];
503 symtab_t symtab[SYM_NUM];
514 char **sym_val_to_name[SYM_NUM];
536 symtab_t scope[SYM_NUM];
/external/selinux/libsepol/tests/
Dtest-common.c138 static int (*test_index_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, void *p) = {
145 for (i = 0; i < SYM_NUM; i++) { in test_policydb_indexes()
/external/selinux/policycoreutils/semodule_deps/
Dsemodule_deps.c165 for (i = 0; i < SYM_NUM; i++) { in generate_requires()
/external/selinux/checkpolicy/test/
Ddismod.c518 for (i = 0; i < SYM_NUM; i++) { in display_scope_index()
/external/selinux/checkpolicy/
Dmodule_compiler.c1492 for (i = 0; i < SYM_NUM; i++) { in copy_requirements()