Searched refs:sym_type (Results 1 – 7 of 7) sorted by relevance
/external/skia/infra/bots/recipe_modules/core/resources/ |
D | binary_size_utils.py | 44 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/ |
D | test-common.c | 29 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()
|
D | test-common.h | 37 extern void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type…
|
/external/syslinux/com32/tools/ |
D | relocs.c | 119 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/ |
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;
|