Searched refs:sym_type (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/tests/ |
D | test-common.c | 29 void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsig… in test_sym_presence() argument 35 if (!hashtab_search(p->symtab[sym_type].table, id)) { in test_sym_presence() 36 fprintf(stderr, "symbol %s not found in table %d\n", id, sym_type); in test_sym_presence() 40 scope = hashtab_search(p->scope[sym_type].table, id); in test_sym_presence()
|
D | test-common.h | 37 extern void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type…
|