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.c3329 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st… variable
3389 if (func_to_cil[sym] == NULL) { in declared_scopes_to_cil()
3406 rc = func_to_cil[sym](indent, pdb, block, decl_stack, key, datum, scope->scope); in declared_scopes_to_cil()
3453 if (func_to_cil[sym] == NULL) { in required_scopes_to_cil()
3487 rc = func_to_cil[sym](indent, pdb, block, decl_stack, key, datum, SCOPE_REQ); in required_scopes_to_cil()
3505 …rc = func_to_cil[args->sym_index](args->indent, args->pdb, args->block, args->decl_stack, key, dat… in additive_scopes_to_cil_map()
3527 if (func_to_cil[args.sym_index] == NULL) { in additive_scopes_to_cil()