| module_to_cil.c  | 158 	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) 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) 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) 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, char *type_name, int indent     [all...] |