Home | History | Annotate | Download | only in policydb

Lines Matching refs:scope

365 /* scope_index_t holds all of the symbols that are in scope in a
367 * subtract one) into the global policydb->scope array. */
369 ebitmap_t scope[SYM_NUM];
370 #define p_classes_scope scope[SYM_CLASSES]
371 #define p_roles_scope scope[SYM_ROLES]
372 #define p_types_scope scope[SYM_TYPES]
373 #define p_users_scope scope[SYM_USERS]
374 #define p_bools_scope scope[SYM_BOOLS]
375 #define p_sens_scope scope[SYM_LEVELS]
376 #define p_cat_scope scope[SYM_CATS]
379 * scope. if bit (perm->value - 1) is set in map
426 /* Every identifier has its own scope datum. The datum describes if
434 uint32_t scope;
438 * this symbol. If scope==SCOPE_DECL then this is a list of
491 /* keep track of the scope for every identifier. these are
495 symtab_t scope[SYM_NUM];
623 uint32_t scope, uint32_t avrule_decl_id,