HomeSort by relevance Sort by last modified time
    Searched refs:decl_id (Results 1 - 13 of 13) sorted by null

  /external/selinux/libsepol/tests/
test-linker-roles.c 81 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;
144 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b"))->decl_id;
145 decls[1] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1"))->decl_id;
146 decls[2] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m2"))->decl_id;
157 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b"))->decl_id;
158 decls[1] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1"))->decl_id;
    [all...]
test-linker-types.c 136 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...]
test-linker-cond-map.c 98 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;
test-common.c 238 printf("could not find attr %s in decl %d\n", id, decl->decl_id);
  /external/selinux/libsepol/include/sepol/policydb/
avrule_block.h 31 extern avrule_decl_t *avrule_decl_create(uint32_t decl_id);
34 extern avrule_decl_t *get_avrule_decl(policydb_t * p, uint32_t decl_id);
policydb.h 452 uint32_t decl_id; member in struct:avrule_decl
  /external/selinux/libsepol/src/
avrule_block.c 53 avrule_decl_t *avrule_decl_create(uint32_t decl_id)
60 decl->decl_id = decl_id;
link.c     [all...]
policydb.c 1168 if (decl->decl_id < 1 || decl->decl_id > num_decls) {
1169 ERR(handle, "invalid decl ID %u", decl->decl_id);
1172 if (p->decl_val_to_struct[decl->decl_id - 1] != NULL) {
1173 ERR(handle, "duplicated decl ID %u", decl->decl_id);
1176 p->decl_val_to_struct[decl->decl_id - 1] = decl;
    [all...]
module_to_cil.c 376 if (decl != NULL && decl->decl_id > max_decl_id) {
377 max_decl_id = decl->decl_id;
493 if (scope->decl_ids[j] == decl->decl_id) {
    [all...]
write.c     [all...]
  /external/selinux/checkpolicy/
module_compiler.c 165 decl->decl_id, dest_value);
1115 if (scope->decl_ids[i] == decl->decl_id) {
1313 block->branch_list->decl_id == next_decl_id);
1353 decl->next == NULL && decl->decl_id == next_decl_id);
    [all...]
  /external/selinux/checkpolicy/test/
dismod.c 618 fprintf(out_fp, "decl %u:%s\n", decl->decl_id,

Completed in 2581 milliseconds