Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_parser.c48 uint32_t hll_offset; member
52 static void push_hll_info(struct cil_stack *stack, uint32_t hll_offset, uint32_t hll_expand) in push_hll_info() argument
56 new->hll_offset = hll_offset; in push_hll_info()
62 static void pop_hll_info(struct cil_stack *stack, uint32_t *hll_offset, uint32_t *hll_expand) in pop_hll_info() argument
72 *hll_offset = info->hll_offset; in pop_hll_info()
76 …l_tree_node **node, struct cil_tree_node *current, uint32_t line, uint32_t hll_offset, void *value) in create_node() argument
82 (*node)->hll_offset = hll_offset; in create_node()
96 static int add_hll_linemark(struct cil_tree_node **current, uint32_t *hll_offset, uint32_t *hll_exp… in add_hll_linemark() argument
119 prev_hll_offset = *hll_offset; in add_hll_linemark()
120 pop_hll_info(stack, hll_offset, hll_expand); in add_hll_linemark()
[all …]
Dcil_tree.c123 uint32_t hll_offset = node->hll_offset; in cil_tree_log() local
141 hll_line += hll_offset - node->hll_offset - 1; in cil_tree_log()
225 new_node->hll_offset = 0; in cil_tree_node_init()
Dcil_tree.h49 uint32_t hll_offset; member
Dcil_copy_ast.c2025 new->hll_offset = orig->hll_offset; in __cil_copy_node_helper()
Dcil_build_ast.c637 new_ast->hll_offset = current_perm->hll_offset; in cil_gen_perm_nodes()
6246 new_ast_node->hll_offset = parse_current->hll_offset; in parse_statement()
Dcil_binary.c4634 avrule->source_line = hll_line + node->hll_offset - source_node->hll_offset - 1; in __cil_init_sepol_avrule()