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

  /external/skia/infra/bots/recipe_modules/core/resources/
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
53 # sym_type, sym = match.groups()[0:2]
57 sym_type, sym = match.groups()
58 if sym_type in ('U', 'w'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
constraint.py 32 sym_type = expr_node.sym_type(policy)
35 if expr_type == qpol.QPOL_CEXPR_TYPE_ATTR and sym_type >= qpol.QPOL_CEXPR_SYM_L1L2:
230 sym_type = expr_node.sym_type(self.policy)
235 operand1 = _sym_to_text[sym_type]
236 operand2 = _sym_to_text[sym_type + qpol.QPOL_CEXPR_SYM_TARGET]
242 operand1 = _sym_to_text[sym_type]
247 if sym_type in self._role_syms:
249 elif sym_type in self._type_syms
    [all...]
qpol.py 800 def sym_type(self, *args): return _qpol.qpol_constraint_expr_node_t_sym_type(self, *args) member in class:qpol_constraint_expr_node_t
    [all...]
qpol.i     [all...]
  /bionic/libc/tools/
symbols.py 31 def GetFromElf(elf_file, sym_type='--dyn-syms'):
44 output = subprocess.check_output(['readelf', sym_type, '-W', elf_file])
69 sym_type='--syms')
  /external/selinux/libsepol/tests/
test-common.h 29 * sym_type symbol type (eg., SYM_ROLES, SYM_TYPES)
37 extern void test_sym_presence(policydb_t * p, const 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, const 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);
  /toolchain/binutils/binutils-2.25/bfd/
mmo.c 270 enum mmo_sym_type sym_type; member in struct:mmo_symbol
1342 enum mmo_sym_type sym_type; local
    [all...]
elf32-spu.c 933 unsigned int sym_type; local
958 sym_type = h->type;
960 sym_type = ELF_ST_TYPE (sym->st_info);
986 && sym_type != STT_FUNC
1017 || (sym_type != STT_FUNC
1036 if (!lrlive && (call || sym_type == STT_FUNC))
1046 && sym_type == STT_FUNC
2758 unsigned int sym_type; local
    [all...]
elf32-m68k.c 4134 char sym_type; local
    [all...]
elf32-ppc.c 6797 unsigned char sym_type; local
    [all...]
elfnn-aarch64.c 5060 char sym_type; local
    [all...]
elf32-arm.c 10546 char sym_type; local
15005 enum map_symbol_type sym_type; local
    [all...]
elf32-xtensa.c 2590 char sym_type; local
    [all...]
elf64-ppc.c 13034 unsigned char sym_type; local
    [all...]
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /external/syslinux/com32/tools/
relocs.c 119 static const char *sym_type(unsigned type) function
122 #define SYM_TYPE(X) [X] = #X
123 SYM_TYPE(STT_NOTYPE),
124 SYM_TYPE(STT_OBJECT),
125 SYM_TYPE(STT_FUNC),
126 SYM_TYPE(STT_SECTION),
127 SYM_TYPE(STT_FILE),
128 SYM_TYPE(STT_COMMON),
129 SYM_TYPE(STT_TLS),
130 #undef SYM_TYPE
    [all...]
  /external/valgrind/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 602 milliseconds