Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/test/unit/
Dtest_cil.c73 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_block()
91 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_class()
109 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_root()
127 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_flavor_neg()
144 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_null_neg()
157 int rc = cil_get_symtab(test_db, test_ast_node, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_node_null_neg()
175 int rc = cil_get_symtab(test_db, test_ast_node->parent, &symtab, CIL_SYM_BLOCKS); in test_cil_get_symtab_parent_null_neg()
Dtest_cil_symtab.c57 cil_get_symtab(test_db, test_ast_node->parent, &test_symtab, CIL_SYM_BLOCKS); in test_cil_symtab_insert()
Dtest_cil_copy_ast.c165 symtab_init(&sym, cil_sym_sizes[CIL_SYM_ARRAY_BLOCK][CIL_SYM_BLOCKS]); in test_cil_copy_block()
Dtest_cil_resolve_ast.c5859 …ll*)test_db->ast->root->cl_head->next->next->next->data)->macro_str, CIL_SYM_BLOCKS, args, &macro_… in test_cil_resolve_call1_unknown_neg()
5988 …(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCKS, args, &macro_… in test_cil_resolve_call1_paramsflavor_neg()
6019 …(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCKS, args, &macro_… in test_cil_resolve_call1_unknownflavor_neg()
/external/selinux/libsepol/cil/src/
Dcil_fqn.c120 rc = cil_symtab_map(&(block->symtab[CIL_SYM_BLOCKS]), __cil_fqn_qualify_blocks, &child_args); in __cil_fqn_qualify_blocks()
139 return cil_symtab_map(&(root->symtab[CIL_SYM_BLOCKS]), __cil_fqn_qualify_blocks, &fqn_args); in cil_fqn_qualify()
Dcil_resolve_ast.c2311 rc = cil_resolve_name(current, inherit->block_str, CIL_SYM_BLOCKS, extra_args, &block_datum); in cil_resolve_blockinherit_link()
2450 rc = cil_resolve_name(current, abstract->block_str, CIL_SYM_BLOCKS, extra_args, &block_datum); in cil_resolve_blockabstract()
2482 rc = cil_resolve_name(current, in->block_str, CIL_SYM_BLOCKS, extra_args, &block_datum); in cil_resolve_in()
2530 rc = cil_resolve_name(node, in->block_str, CIL_SYM_BLOCKS, extra_args, &block_datum); in cil_resolve_in_list()
2774 rc = cil_resolve_name(current, new_call->macro_str, CIL_SYM_BLOCKS, extra_args, &macro_datum); in cil_resolve_call1()
4178 symtab = &((struct cil_root *)db->ast->root->data)->symtab[CIL_SYM_BLOCKS]; in cil_resolve_name_keep_aliases()
4180 rc = __cil_resolve_name_helper(db, node->parent, current, CIL_SYM_BLOCKS, datum); in cil_resolve_name_keep_aliases()
4196 symtab = &((struct cil_block*)node->data)->symtab[CIL_SYM_BLOCKS]; in cil_resolve_name_keep_aliases()
Dcil.c809 *sym_index = CIL_SYM_BLOCKS; in cil_flavor_to_symtab_index()
812 *sym_index = CIL_SYM_BLOCKS; in cil_flavor_to_symtab_index()
815 *sym_index = CIL_SYM_BLOCKS; in cil_flavor_to_symtab_index()
1773 if (sym_index < CIL_SYM_BLOCKS || sym_index >= CIL_SYM_NUM) { in cil_get_symtab()
Dcil_internal.h241 CIL_SYM_BLOCKS = 0, enumerator
Dcil_build_ast.c137 if (sflavor == CIL_SYM_BLOCKS) { in cil_gen_node()
214 …node(db, ast_node, (struct cil_symtab_datum*)block, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_BLOCK); in cil_gen_block()
5328 …node(db, ast_node, (struct cil_symtab_datum*)macro, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_MACRO); in cil_gen_macro()
5489 …b, ast_node, (struct cil_symtab_datum*)optional, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_OPTIONAL); in cil_gen_optional()