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

/external/selinux/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,
79 .sym_num = SYM_NUM - 3,
86 .sym_num = SYM_NUM - 2,
93 .sym_num = SYM_NUM - 2,
100 .sym_num = SYM_NUM - 2,
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++) {
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,
1621 for (i = 0; i < SYM_NUM; i++) {
1649 for (i = 0; i < SYM_NUM; i++) {
1666 for (i = 0; i < SYM_NUM; i++) {
1942 for (i = 0; i < SYM_NUM; i++) {
1999 for (i = 0; i < SYM_NUM;
[all...]
H A Dmodule_to_cil.c3164 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *decl_stack, char *key, void *datum, int scope) = {
3218 for (sym = 0; sym < SYM_NUM; sym++) {
3285 for (sym = 0; sym < SYM_NUM; sym++) {
3358 for (args.sym_index = 0; args.sym_index < SYM_NUM; args.sym_index++) {
3384 for (i = 0; i < SYM_NUM; i++) {
H A Dwrite.c1234 static int (*write_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h378 #define SYM_NUM 8 macro
407 ebitmap_t scope[SYM_NUM];
446 symtab_t symtab[SYM_NUM];
500 symtab_t symtab[SYM_NUM];
511 char **sym_val_to_name[SYM_NUM];
533 symtab_t scope[SYM_NUM];
/external/selinux/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/selinux/policycoreutils/semodule_deps/
H A Dsemodule_deps.c165 for (i = 0; i < SYM_NUM; i++) {
/external/selinux/checkpolicy/
H A Dmodule_compiler.c1492 for (i = 0; i < SYM_NUM; i++) {
/external/selinux/checkpolicy/test/
H A Ddismod.c518 for (i = 0; i < SYM_NUM; i++) {

Completed in 6686 milliseconds