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

/external/libsepol/src/
H A Davrule_block.c33 static unsigned int symtab_sizes[SYM_NUM] = {
61 for (i = 0; i < SYM_NUM; i++) {
68 for (i = 0; i < SYM_NUM; i++) {
83 for (i = 0; i < SYM_NUM; i++) {
H A Dpolicydb.c60 /* These need to be updated if SYM_NUM or OCON_NUM changes */
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,
[all...]
H A Dlink.c44 uint32_t *map[SYM_NUM];
81 static const char *symtab_names[SYM_NUM] = {
94 for (i = 0; i < SYM_NUM; i++) {
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++) {
1642 for (i = 0; i < SYM_NUM; i++) {
1659 for (i = 0; i < SYM_NUM; i++) {
1935 for (i = 0; i < SYM_NUM; i++) {
1992 for (i = 0; i < SYM_NUM;
[all...]
H A Dwrite.c1205 static int (*write_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
/external/libsepol/include/sepol/policydb/
H A 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/
H A Dreadelf_wrap.pl59 my $SYM_NUM = 0; # unique index of the symbol
/external/libsepol/tests/
H A 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++) {
/external/checkpolicy/
H A Dmodule_compiler.c1491 for (i = 0; i < SYM_NUM; i++) {
/external/checkpolicy/test/
H A Ddismod.c518 for (i = 0; i < SYM_NUM; i++) {

Completed in 133 milliseconds