Home | History | Annotate | Download | only in policydb

Lines Matching defs:symtab

60 #include <sepol/policydb/symtab.h>
408 symtab_t symtab[SYM_NUM];
462 symtab_t symtab[SYM_NUM];
463 #define p_commons symtab[SYM_COMMONS]
464 #define p_classes symtab[SYM_CLASSES]
465 #define p_roles symtab[SYM_ROLES]
466 #define p_types symtab[SYM_TYPES]
467 #define p_users symtab[SYM_USERS]
468 #define p_bools symtab[SYM_BOOLS]
469 #define p_levels symtab[SYM_LEVELS]
470 #define p_cats symtab[SYM_CATS]
580 extern void symtabs_destroy(symtab_t * symtab);