Home
last modified time | relevance | path

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

/external/skia/infra/bots/recipe_modules/core/resources/
Dbinary_size_utils.py44 size, sym_type, sym = match.groups()[0:3]
46 if sym_type in ('B', 'b'):
49 yield sym, sym_type, size, path
57 sym_type, sym = match.groups()
58 if sym_type in ('U', 'w'):
/external/selinux/libsepol/tests/
Dtest-common.c29 void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsig… 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, const char *id, int sym_type, unsigned int scope_type…
/external/syslinux/com32/tools/
Drelocs.c119 static const char *sym_type(unsigned type) in sym_type() function
456 sym_type(ELF32_ST_TYPE(sym->st_info)), in print_absolute_symbols()
/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;