Lines Matching refs:symbol
93 # information needed to symbolize (i.e. address, size and symbol name).
99 # called in profiled run, we will symbolize to include all symbol names at
121 """Find starting address of a symbol at a particular address.
124 that the log file may give an address after the start of the symbol. The
136 the starting address of the symbol at address addr
165 """Find function symbol names at address addr."""
223 symbol = AddrToLine(call[3], lib_file)
225 + symbol)
229 for symbol in symbols:
230 print '.text.' + symbol
241 for symbol in symbols:
243 print '\t\t\t\t\t' + symbol