Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_tree.c44 …l_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t *hll_line, char **path) in cil_tree_get_next_path() argument
62 rc = cil_string_to_uint32(node->cl_head->next->next->data, hll_line, 10); in cil_tree_get_next_path()
74 *hll_line = info->hll_line; in cil_tree_get_next_path()
92 *hll_line = 0; in cil_tree_get_next_path()
100 uint32_t hll_line; in cil_tree_get_cil_path() local
104 node = cil_tree_get_next_path(node, &info_kind, &hll_line, &path); in cil_tree_get_cil_path()
134 uint32_t hll_line; in cil_tree_log() local
136 node = cil_tree_get_next_path(node, &info_kind, &hll_line, &path); in cil_tree_log()
141 hll_line += hll_offset - node->hll_offset - 1; in cil_tree_log()
144 cil_log(lvl," from %s:%u", path, hll_line); in cil_tree_log()
Dcil_tree.h53 …_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t *hll_line, char **path);
Dcil_write_ast.c553 fprintf(out, ";;* lms %u %s\n", info->hll_line, info->path); in cil_write_src_info_node()
555 fprintf(out, ";;* lmx %u %s\n", info->hll_line, info->path); in cil_write_src_info_node()
557 fprintf(out, ";;* <?SRC_INFO_KIND> %u %s\n", info->hll_line, info->path); in cil_write_src_info_node()
Dcil_internal.h974 uint32_t hll_line; member
Dcil_copy_ast.c1692 new->hll_line = orig->hll_line; in cil_copy_src_info()
Dcil_binary.c4618 uint32_t hll_line; in __cil_init_sepol_avrule() local
4630 source_node = cil_tree_get_next_path(node, &lm_kind, &hll_line, &source_path); in __cil_init_sepol_avrule()
4634 avrule->source_line = hll_line + node->hll_offset - source_node->hll_offset - 1; in __cil_init_sepol_avrule()
Dcil.c2904 (*info)->hll_line = 0; in cil_src_info_init()
Dcil_build_ast.c6144 rc = cil_string_to_uint32(parse_current->next->next->data, &info->hll_line, 10); in cil_gen_src_info()