Home | History | Annotate | Download | only in test

Lines Matching refs:symbols

8 ## hash from symbol name to list of symbols with that name,
9 ## where the list of symbols contains a list representing each symbol
10 symbols = {}
18 if symbols.has_key(r):
19 targets = symbols[r]
25 if not symbols.has_key(name):
27 syms = symbols[name]
58 for (name, syms) in symbols.items():
60 if not s[4] and name[0] != '.': ## skip .L129 type symbols
76 print "%s has these symbols not reachable from exported symbols:" % next_filename
139 if symbols.has_key(name):
140 symbols[name].append(item)
142 symbols[name] = [item]
176 ## now we need to find the roots (exported symbols)
190 print "%d symbols exported from this object" % len(roots)
221 for (k, v) in symbols.items():
226 The symbols mentioned below don't appear to be reachable starting from