Searched refs:sym_type (Results 1 - 3 of 3) sorted by relevance

/external/libsepol/tests/
H A Dtest-common.h29 * sym_type symbol type (eg., SYM_ROLES, SYM_TYPES)
37 extern void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len);
H A Dtest-common.c29 void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len) argument
35 if (!hashtab_search(p->symtab[sym_type].table, id)) {
36 fprintf(stderr, "symbol %s not found in table %d\n", id, sym_type);
40 scope = hashtab_search(p->scope[sym_type].table, id);
/external/valgrind/main/perf/
H A Dtinycc.c6912 int sym_type, sym_bind, sh_num, info;
6925 sym_type = STT_FUNC;
6927 sym_type = STT_OBJECT;
6967 info = ELF32_ST_INFO(sym_bind, sym_type);
18303 int sym_bind, sym_index, sym_type, esym_bind;
18306 sym_type = ELF32_ST_TYPE(info);
18335 esym->st_info = ELF32_ST_INFO(sym_bind, sym_type);
18344 ELF32_ST_INFO(sym_bind, sym_type), other,
6910 int sym_type, sym_bind, sh_num, info; local
18301 int sym_bind, sym_index, sym_type, esym_bind; local

Completed in 97 milliseconds