Searched refs:SYM_NUM (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libsepol/src/ |
D | policydb.c | 67 .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 …]
|
D | avrule_block.c | 33 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()
|
D | link.c | 44 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, 1630 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers() 1658 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers() 1675 for (i = 0; i < SYM_NUM; i++) { in copy_scope_index() 1951 for (i = 0; i < SYM_NUM; i++) { in copy_module() 2008 for (i = 0; i < SYM_NUM; i++) { in is_decl_requires_met() [all …]
|
D | module_to_cil.c | 3365 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st… 3424 for (sym = 0; sym < SYM_NUM; sym++) { in declared_scopes_to_cil() 3491 for (sym = 0; sym < SYM_NUM; sym++) { in required_scopes_to_cil() 3568 for (args.sym_index = 0; args.sym_index < SYM_NUM; args.sym_index++) { in additive_scopes_to_cil() 3597 for (i = 0; i < SYM_NUM; i++) { in is_scope_superset()
|
D | write.c | 1271 static int (*write_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 398 #define SYM_NUM 8 macro 428 ebitmap_t scope[SYM_NUM]; 467 symtab_t symtab[SYM_NUM]; 521 symtab_t symtab[SYM_NUM]; 532 char **sym_val_to_name[SYM_NUM]; 554 symtab_t scope[SYM_NUM];
|
/external/selinux/libsepol/tests/ |
D | test-common.c | 138 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/checkpolicy/ |
D | module_compiler.c | 54 static const char * const flavor_str[SYM_NUM] = { 1373 for (i = 0; i < SYM_NUM; i++) { in copy_requirements()
|
/external/selinux/checkpolicy/test/ |
D | dismod.c | 543 for (i = 0; i < SYM_NUM; i++) { in display_scope_index()
|