Searched refs:decl_id (Results 1 - 12 of 12) sorted by relevance

/external/libsepol/tests/
H A Dtest-linker-types.c136 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
145 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"))->decl_id;
154 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
157 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_o6_b"))->decl_id;
180 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1"))->decl_id;
190 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_m1"))->decl_id;
200 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
206 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
209 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_m1"))->decl_id;
214 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
[all...]
H A Dtest-linker-roles.c81 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
91 decls[0] = decl->decl_id;
112 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1"))->decl_id;
122 decls[0] = decl->decl_id;
134 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
135 decls[1] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1"))->decl_id;
145 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
146 decls[1] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1"))->decl_id;
147 decls[2] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m2"))->decl_id;
158 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"))->decl_id;
[all...]
H A Dtest-linker-cond-map.c98 decls[0] = d->decl_id;
108 decls[0] = d->decl_id;
126 decls[0] = d->decl_id;
136 decls[0] = d->decl_id;
146 decls[0] = d->decl_id;
H A Dtest-common.c239 printf("could not find attr %s in decl %d\n", id, decl->decl_id);
/external/libsepol/include/sepol/policydb/
H A Davrule_block.h27 extern avrule_decl_t *avrule_decl_create(uint32_t decl_id);
30 extern avrule_decl_t *get_avrule_decl(policydb_t * p, uint32_t decl_id);
H A Dpolicydb.h410 uint32_t decl_id; member in struct:avrule_decl
/external/libsepol/src/
H A Davrule_block.c53 avrule_decl_t *avrule_decl_create(uint32_t decl_id) argument
60 decl->decl_id = decl_id;
H A Dlink.c1808 module->avdecl_map[decl->decl_id] = new_decl->decl_id;
2108 mod_name, cur->branch_list->decl_id,
2114 mod_name, cur->branch_list->decl_id,
2122 mod_name, cur->branch_list->decl_id,
2132 mod_name, cur->branch_list->decl_id,
2226 mod_name, decl->decl_id);
2327 if (decl->decl_id > num_decls) {
2328 num_decls = decl->decl_id;
2356 determine what the next decl_id shoul
[all...]
H A Dpolicydb.c1020 p->decl_val_to_struct[decl->decl_id - 1] = decl;
3416 decl->decl_id = le32_to_cpu(buf[0]);
H A Dwrite.c1728 buf[0] = cpu_to_le32(decl->decl_id);
/external/checkpolicy/
H A Dmodule_compiler.c138 SCOPE_DECL, decl->decl_id, dest_value);
633 SCOPE_REQ, decl->decl_id, dest_value);
1234 if (scope->decl_ids[i] == decl->decl_id) {
1432 block->branch_list->decl_id == next_decl_id);
1472 decl->next == NULL && decl->decl_id == next_decl_id);
/external/checkpolicy/test/
H A Ddismod.c593 fprintf(out_fp, "decl %u:%s\n", decl->decl_id,

Completed in 200 milliseconds