Searched refs:all_symbols (Results 1 – 3 of 3) sorted by relevance
163 def parse_dtrace_symbol_file(path, all_symbols, all_symbols_set, argument172 start_index = bisect.bisect_left(all_symbols, symbol)173 for s in all_symbols[start_index:]:344 all_symbols = [ln.split(' ',1)[0]347 print("found %d symbols in binary" % len(all_symbols))348 all_symbols.sort()350 all_symbols = []351 all_symbols_set = set(all_symbols)362 list(parse_dtrace_symbol_file(path, all_symbols, all_symbols_set,379 if all_symbols:[all …]
199 def _filter_undefined(all_symbols): argument203 for s in all_symbols
335 def get_symbols(self, all_symbols=True): argument353 return list(self.syms.values()) if all_symbols else self.kconfig_syms