Home | History | Annotate | Download | only in cygprofile

Lines Matching refs:symbols

9 library), the script can produce three different outputs: 1) symbols for the
25 lib_name: library or executable containing symbols
68 """Get output from running nm and greping for text symbols.
74 list of sorted unique addresses and corresponding size of function symbols
75 in lib_file and map of addresses to all symbols at a particular address
97 # Multiple symbols may be at the same address. This is do to aliasing
228 symbols = FindFunctions(call[3], unique_addrs, address_map)
229 for symbol in symbols:
237 symbols = FindFunctions(call[3], unique_addrs, address_map)
239 + symbols[0])
241 for symbol in symbols: