Searched refs:sym_type (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsepol/tests/ |
D | test-common.c | 29 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()
|
D | test-common.h | 37 extern void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsi…
|
/external/lldb/source/Core/ |
D | Module.cpp | 712 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/ |
D | AppleObjCRuntimeV2.cpp | 295 SymbolType sym_type = lldb::eSymbolTypeData) in ExtractRuntimeGlobalSymbol() argument
|
/external/valgrind/perf/ |
D | tinycc.c | 6910 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/ |
D | bison.texi | 2532 putsym (char const *sym_name, int sym_type) 2537 ptr->type = sym_type;
|
D | bison.info | 2969 putsym (char const *sym_name, int sym_type) 2974 ptr->type = sym_type;
|