Searched refs:SYM_NUM (Results 1 – 8 of 8) sorted by relevance
/external/libsepol/src/ |
D | avrule_block.c | 33 static unsigned int symtab_sizes[SYM_NUM] = { 61 for (i = 0; i < SYM_NUM; i++) { in avrule_decl_create() 69 for (i = 0; i < SYM_NUM; i++) { in avrule_decl_create() 84 for (i = 0; i < SYM_NUM; i++) { in scope_index_destroy()
|
D | policydb.c | 65 .sym_num = SYM_NUM, 72 .sym_num = SYM_NUM - 3, 79 .sym_num = SYM_NUM - 2, 86 .sym_num = SYM_NUM - 2, 93 .sym_num = SYM_NUM - 2, 100 .sym_num = SYM_NUM, 107 .sym_num = SYM_NUM, 114 .sym_num = SYM_NUM, 121 .sym_num = SYM_NUM, 128 .sym_num = SYM_NUM, [all …]
|
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() 734 static int (*copy_callback_f[SYM_NUM]) (hashtab_key_t key, 1237 static int (*fix_callback_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, 1598 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers() 1626 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers() 1643 for (i = 0; i < SYM_NUM; i++) { in copy_scope_index() 1919 for (i = 0; i < SYM_NUM; i++) { in copy_module() 1976 for (i = 0; i < SYM_NUM; i++) { in is_decl_requires_met() [all …]
|
D | write.c | 1192 static int (*write_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
|
/external/libsepol/include/sepol/policydb/ |
D | policydb.h | 354 #define SYM_NUM 8 macro 382 ebitmap_t scope[SYM_NUM]; 421 symtab_t symtab[SYM_NUM]; 475 symtab_t symtab[SYM_NUM]; 486 char **sym_val_to_name[SYM_NUM]; 508 symtab_t scope[SYM_NUM];
|
/external/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/checkpolicy/test/ |
D | dismod.c | 518 for (i = 0; i < SYM_NUM; i++) { in display_scope_index()
|
/external/checkpolicy/ |
D | module_compiler.c | 1491 for (i = 0; i < SYM_NUM; i++) { in copy_requirements()
|