/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')
|
/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: 135 sym_type = expr_node.sym_type(self.policy) 140 operand1 = self._sym_to_text[sym_type] 141 operand2 = self._sym_to_text[sym_type + qpol.QPOL_CEXPR_SYM_TARGET] 149 operand1 = self._sym_to_text[sym_type] 201 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...] |
/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);
|
/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-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...] |
elfnn-aarch64.c | 5060 char sym_type; local [all...] |
elf32-ppc.c | 6797 unsigned char sym_type; local [all...] |
elf64-ppc.c | 13034 unsigned char sym_type; local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
nm.c | 63 #define SYM_TYPE(sym) (sym->sinfo->type) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 345 } SYM_TYPE; 391 SYM_TYPE SymType; 415 SYM_TYPE SymType; 445 SYM_TYPE SymType; 458 SYM_TYPE SymType; [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)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
_dbg_common.h | 351 } SYM_TYPE; 397 SYM_TYPE SymType; 423 SYM_TYPE SymType; 455 SYM_TYPE SymType; 468 SYM_TYPE SymType; [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...] |
/external/bison/doc/ |
bison.info | [all...] |
bison.texi | [all...] |