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

  /external/libsepol/tests/
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-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;
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...]
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 239 printf("could not find attr %s in decl %d\n", id, decl->decl_id);
  /external/libsepol/include/sepol/policydb/
avrule_block.h 27 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);
policydb.h 406 uint32_t decl_id; member in struct:avrule_decl
  /external/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 976 p->decl_val_to_struct[decl->decl_id - 1] = decl;
    [all...]
write.c     [all...]
  /external/checkpolicy/
module_compiler.c 138 SCOPE_DECL, decl->decl_id, dest_value);
633 SCOPE_REQ, decl->decl_id, dest_value);
1234 if (scope->decl_ids[i] == decl->decl_id) {
    [all...]
  /external/checkpolicy/test/
dismod.c 593 fprintf(out_fp, "decl %u:%s\n", decl->decl_id,

Completed in 42 milliseconds