HomeSort by relevance Sort by last modified time
    Searched refs:sym_type (Results 1 - 6 of 6) sorted by null

  /external/libsepol/tests/
test-common.h 29 * sym_type symbol type (eg., SYM_ROLES, SYM_TYPES)
37 extern void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len);
test-common.c 29 void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len)
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/tools/find_runtime_symbols/
static_symbols.py 226 sym_value, sym_type, sym_name = self._parse_nm_bsd_line(line)
233 if (sym_type in ('r', 'R', 'D', 'U', 'd', 'V') and
252 if start_val == last_start and (sym_type == 't' or sym_type == 'T'):
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
symrec.c 58 } sym_type; typedef in typeref:enum:__anon17208
62 sym_type type;
294 symtab_define(yasm_symtab *symtab, const char *name, sym_type type,
  /sdk/emulator/qtools/
trace_reader.h 697 uint8_t sym_type = ELF32_ST_TYPE(elf_symbols[ii].st_info); local
705 && sym_type != STT_FUNC) {
712 sym_type,
715 if (sym_type != STT_FUNC && sym_type != STT_NOTYPE)
    [all...]
  /external/valgrind/main/perf/
tinycc.c 6910 int sym_type, sym_bind, sh_num, info; local
18301 int sym_bind, sym_index, sym_type, esym_bind; local
    [all...]

Completed in 505 milliseconds