Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dpolicydb.c67 .sym_num = SYM_NUM,
74 .sym_num = SYM_NUM,
81 .sym_num = SYM_NUM - 3,
88 .sym_num = SYM_NUM - 2,
95 .sym_num = SYM_NUM - 2,
102 .sym_num = SYM_NUM - 2,
109 .sym_num = SYM_NUM,
116 .sym_num = SYM_NUM,
123 .sym_num = SYM_NUM,
130 .sym_num = SYM_NUM,
[all …]
Davrule_block.c33 static const 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.c45 uint32_t *map[SYM_NUM];
82 static const char * const symtab_names[SYM_NUM] = {
95 for (i = 0; i < SYM_NUM; i++) { in policy_module_destroy()
752 static int (*copy_callback_f[SYM_NUM]) (hashtab_key_t key,
1243 static int (*fix_callback_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
1617 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers()
1645 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers()
1662 for (i = 0; i < SYM_NUM; i++) { in copy_scope_index()
1931 for (i = 0; i < SYM_NUM; i++) { in copy_module()
1988 for (i = 0; i < SYM_NUM; i++) { in is_decl_requires_met()
[all …]
Dpolicydb_validate.c214 for (i = 0; i < SYM_NUM; i++) { in validate_scopes()
1204 for (i = 0; i < SYM_NUM; i++) { in validate_symtabs()
1325 for (i = 0; i < SYM_NUM; i++) { in validate_array_destroy()
1335 validate_t flavors[SYM_NUM] = {}; in validate_policydb()
Dmodule_to_cil.c3376 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st…
3440 for (sym = 0; sym < SYM_NUM; sym++) { in declared_scopes_to_cil()
3504 for (sym = 0; sym < SYM_NUM; sym++) { in required_scopes_to_cil()
3578 for (args.sym_index = 0; args.sym_index < SYM_NUM; args.sym_index++) { in additive_scopes_to_cil()
3607 for (i = 0; i < SYM_NUM; i++) { in is_scope_superset()
Dwrite.c1343 static int (*write_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h401 #define SYM_NUM 8 macro
431 ebitmap_t scope[SYM_NUM];
470 symtab_t symtab[SYM_NUM];
524 symtab_t symtab[SYM_NUM];
535 char **sym_val_to_name[SYM_NUM];
557 symtab_t scope[SYM_NUM];
/third_party/selinux/libsepol/tests/
Dtest-common.c141 static int (*test_index_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, void *p) = {
148 for (i = 0; i < SYM_NUM; i++) { in test_policydb_indexes()
/third_party/selinux/checkpolicy/
Dmodule_compiler.c54 static const char * const flavor_str[SYM_NUM] = {
1374 for (i = 0; i < SYM_NUM; i++) { in copy_requirements()
/third_party/selinux/checkpolicy/test/
Ddismod.c542 for (i = 0; i < SYM_NUM; i++) { in display_scope_index()