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

  /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, 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);
  /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:
134 sym_type = expr_node.sym_type(self.policy)
139 operand1 = self._sym_to_text[sym_type]
140 operand2 = self._sym_to_text[sym_type + qpol.QPOL_CEXPR_SYM_TARGET]
148 operand1 = self._sym_to_text[sym_type]
200 sym_type = expr_node.sym_type(self.policy
    [all...]
qpol.py 773 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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/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:
134 sym_type = expr_node.sym_type(self.policy)
139 operand1 = self._sym_to_text[sym_type]
140 operand2 = self._sym_to_text[sym_type + qpol.QPOL_CEXPR_SYM_TARGET]
148 operand1 = self._sym_to_text[sym_type]
200 sym_type = expr_node.sym_type(self.policy
    [all...]
qpol.py 773 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...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
FrameDecorator.py 251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
  /external/lldb/source/Core/
Module.cpp 712 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))
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp 295 SymbolType sym_type = lldb::eSymbolTypeData)
    [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 677 milliseconds