How to list on-the-fly all the functions/symbols available in C code on a Linux architecture?

后端 未结 5 1517
悲&欢浪女
悲&欢浪女 2020-12-08 14:54

Assume main.c uses symbols from shared libs and local functions declared in main.c.

Is there a nice and elegant way to print a list of all

5条回答
提交回复
热议问题