HomeSort by relevance Sort by last modified time
    Searched refs:SYM_NUM (Results 1 - 8 of 8) sorted by null

  /external/libsepol/src/
avrule_block.c 33 static unsigned int symtab_sizes[SYM_NUM] = {
61 for (i = 0; i < SYM_NUM; i++) {
69 for (i = 0; i < SYM_NUM; i++) {
84 for (i = 0; i < SYM_NUM; i++) {
policydb.c 60 /* 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
    [all...]
link.c 44 uint32_t *map[SYM_NUM];
81 static const char *symtab_names[SYM_NUM] = {
94 for (i = 0; i < SYM_NUM; i++) {
734 static int (*copy_callback_f[SYM_NUM]) (hashtab_key_t key,
    [all...]
write.c 1192 static int (*write_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 354 #define SYM_NUM 8
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];
597 extern hashtab_destroy_func_t get_symtab_destroy_func(int sym_num);
  /external/libsepol/tests/
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++) {
  /external/checkpolicy/
module_compiler.c     [all...]
  /external/checkpolicy/test/
dismod.c 518 for (i = 0; i < SYM_NUM; i++) {

Completed in 56 milliseconds