Skip to main content
2 events
when toggle format what by license comment
Oct 14, 2016 at 14:38 comment added Mark Plotnick ltrace -c -l 'yoursharedlib.so*' yourprogram args... will list all the functions called by yourprogram in that shared library. It gives other info, too, so you may need to filter the output with awk. It won't list non-function symbols such as variables. Is that what you need?
Oct 7, 2016 at 15:42 history asked Bionix1441 CC BY-SA 3.0