Searched defs:sym_type (Results 1 - 4 of 4) sorted by relevance

/external/libsepol/tests/
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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsymrec.c58 } sym_type; typedef in typeref:enum:__anon16305
62 sym_type type;
294 symtab_define(yasm_symtab *symtab, const char *name, sym_type type,
/external/lldb/source/Core/
H A DModule.cpp712 SymbolType sym_type = sc.symbol->GetType(); local
713 if (sc.symbol && (sym_type == eSymbolTypeCode ||
714 sym_type == eSymbolTypeResolver))
736 SymbolType sym_type = sc.symbol->GetType(); local
737 if (sc.symbol && (sym_type == eSymbolTypeCode ||
738 sym_type == eSymbolTypeResolver))
/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 661 milliseconds