Home
last modified time | relevance | path

Searched refs:symtype (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dsmelly.py19 def is_local_symbol_type(symtype): argument
25 if symtype.islower() and symtype not in "uvw":
31 if symtype in "bBdD":
71 symtype = parts[1].strip()
73 result = '%s (type: %s)' % (symbol, symtype)
79 if is_local_symbol_type(symtype):
/external/elfutils/src/
Darlib.c228 GElf_Word symtype; in arlib_add_symbols() local
230 symtype = SHT_SYMTAB; in arlib_add_symbols()
232 symtype = SHT_DYNSYM; in arlib_add_symbols()
247 if (shdr->sh_type != symtype) in arlib_add_symbols()