Home | History | Annotate | Download | only in policydb

Lines Matching refs:scope

379 /* scope_index_t holds all of the symbols that are in scope in a
381 * subtract one) into the global policydb->scope array. */
383 ebitmap_t scope[SYM_NUM];
384 #define p_classes_scope scope[SYM_CLASSES]
385 #define p_roles_scope scope[SYM_ROLES]
386 #define p_types_scope scope[SYM_TYPES]
387 #define p_users_scope scope[SYM_USERS]
388 #define p_bools_scope scope[SYM_BOOLS]
389 #define p_sens_scope scope[SYM_LEVELS]
390 #define p_cat_scope scope[SYM_CATS]
393 * scope. if bit (perm->value - 1) is set in map
440 /* Every identifier has its own scope datum. The datum describes if
448 uint32_t scope;
452 * this symbol. If scope==SCOPE_DECL then this is a list of
505 /* keep track of the scope for every identifier. these are
509 symtab_t scope[SYM_NUM];
637 uint32_t scope, uint32_t avrule_decl_id,