Home
last modified time | relevance | path

Searched refs:func_to_cil (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/src/
Dmodule_to_cil.c3365 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st… variable
3425 if (func_to_cil[sym] == NULL) { in declared_scopes_to_cil()
3445 rc = func_to_cil[sym](indent, pdb, block, decl_stack, key, datum, scope->scope); in declared_scopes_to_cil()
3492 if (func_to_cil[sym] == NULL) { in required_scopes_to_cil()
3529 rc = func_to_cil[sym](indent, pdb, block, decl_stack, key, datum, SCOPE_REQ); in required_scopes_to_cil()
3547 …rc = func_to_cil[args->sym_index](args->indent, args->pdb, args->block, args->decl_stack, key, dat… in additive_scopes_to_cil_map()
3569 if (func_to_cil[args.sym_index] == NULL) { in additive_scopes_to_cil()