Searched refs:symtype (Results 1 – 2 of 2) sorted by relevance
19 def is_local_symbol_type(symtype): argument25 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):
228 GElf_Word symtype; in arlib_add_symbols() local230 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()