Searched defs:decl_stack (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/src/
H A Dmodule_to_cil.c158 struct stack *decl_stack; member in struct:map_args
475 static int is_id_in_scope_with_start(struct policydb *pdb, struct stack *decl_stack, int start, uint32_t symbol_type, char *id) argument
488 decl = decl_stack->stack[i];
500 static int is_id_in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) argument
502 int start = decl_stack->pos - 1;
504 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type);
507 static int is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) argument
509 int start = decl_stack->pos;
511 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type);
1070 static int roletype_role_in_ancestor_to_cil(struct policydb *pdb, struct stack *decl_stack, cha argument
2073 role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) argument
2208 type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) argument
3311 typealiases_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack) argument
3342 declared_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *decl_stack) argument
3408 required_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *decl_stack) argument
3488 additive_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *decl_stack) argument
[all...]

Completed in 40 milliseconds