Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
H A 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 static void create_node(struct cil_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 add_hll_linemark(struct cil_tree_node **current, uint32_t *hll_offset, uint32_t *hll_expand, struct cil_stack *stack, char *path) add_hll_linemark() argument
224 uint32_t hll_offset = 1; cil_parser() local
[all...]
H A 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()
H A Dcil_tree.h49 uint32_t hll_offset; member
H A Dcil_copy_ast.c2025 new->hll_offset = orig->hll_offset; in __cil_copy_node_helper()
H A 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()
H A Dcil_binary.c4634 avrule->source_line = hll_line + node->hll_offset - source_node->hll_offset - 1; in __cil_init_sepol_avrule()

Completed in 17 milliseconds