Home
last modified time | relevance | path

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

/third_party/python/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):
/third_party/openssl/util/
Dmkdef.pl1251 my $symtype=
1255 ? " ,$s_uc/$s=$symtype -\n ,$s=$symtype -\n"
1256 : " ,$s=$symtype -\n ,SPARE -\n");