Home
last modified time | relevance | path

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

/external/selinux/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/lldb/source/Core/
DModule.cpp712 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local
713 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
714 sym_type == eSymbolTypeResolver)) in FindFunctions()
736 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local
737 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
738 sym_type == eSymbolTypeResolver)) in FindFunctions()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp295 SymbolType sym_type = lldb::eSymbolTypeData) in ExtractRuntimeGlobalSymbol() argument
/external/valgrind/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;