Home
last modified time | relevance | path

Searched refs:sym_type (Results 1 – 5 of 5) sorted by relevance

/external/libsepol/tests/
Dtest-common.c29 void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned in… 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()
Dtest-common.h37 extern void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsi…
/external/valgrind/main/perf/
Dtinycc.c6910 int sym_type, sym_bind, sh_num, info; in put_extern_sym2() local
6923 sym_type = STT_FUNC; in put_extern_sym2()
6925 sym_type = STT_OBJECT; in put_extern_sym2()
6965 info = ELF32_ST_INFO(sym_bind, sym_type); in put_extern_sym2()
18301 int sym_bind, sym_index, sym_type, esym_bind; in add_elf_sym() local
18304 sym_type = ELF32_ST_TYPE(info); in add_elf_sym()
18333 esym->st_info = ELF32_ST_INFO(sym_bind, sym_type); in add_elf_sym()
18342 ELF32_ST_INFO(sym_bind, sym_type), other, in add_elf_sym()
/external/bison/doc/
Dbison.texi2532 putsym (char const *sym_name, int sym_type)
2537 ptr->type = sym_type;
Dbison.info2969 putsym (char const *sym_name, int sym_type)
2974 ptr->type = sym_type;