HomeSort by relevance Sort by last modified time
    Searched refs:test_find_decl_by_sym (Results 1 - 6 of 6) 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;
90 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b");
112 decls[0] = (test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1"))->decl_id;
121 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_m1");
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...]
helpers.h 57 extern avrule_decl_t *test_find_decl_by_sym(policydb_t * p, int symtab, char *sym);
test-linker-cond-map.c 97 d = test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b");
107 d = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b");
125 d = test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1");
135 d = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_m1");
145 d = test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m2");
helpers.c 66 avrule_decl_t *test_find_decl_by_sym(policydb_t * p, int symtab, char *sym) function
test-deps.c 173 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);
252 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);

Completed in 156 milliseconds