Home
last modified time | relevance | path

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

/external/libsepol/src/
Dpolicydb.c65 .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 …]
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()
749 static int (*copy_callback_f[SYM_NUM]) (hashtab_key_t key,
1252 static int (*fix_callback_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
1614 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers()
1642 for (i = 0; i < SYM_NUM; i++) { in copy_identifiers()
1659 for (i = 0; i < SYM_NUM; i++) { in copy_scope_index()
1935 for (i = 0; i < SYM_NUM; i++) { in copy_module()
1992 for (i = 0; i < SYM_NUM; i++) { in is_decl_requires_met()
[all …]
Dwrite.c1205 static int (*write_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
/external/libsepol/include/sepol/policydb/
Dpolicydb.h355 #define SYM_NUM 8 macro
383 ebitmap_t scope[SYM_NUM];
422 symtab_t symtab[SYM_NUM];
476 symtab_t symtab[SYM_NUM];
487 char **sym_val_to_name[SYM_NUM];
509 symtab_t scope[SYM_NUM];
/external/chromium_org/third_party/codesighs/
Dreadelf_wrap.pl59 my $SYM_NUM = 0; # unique index of the symbol
/external/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/checkpolicy/test/
Ddismod.c518 for (i = 0; i < SYM_NUM; i++) { in display_scope_index()
/external/checkpolicy/
Dmodule_compiler.c1491 for (i = 0; i < SYM_NUM; i++) { in copy_requirements()