This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to list all public symbols in a file/project?


Marcio Afonso Arimura Fialho wrote:
How to get automatically a list of every public symbol (variables and functions) defined in a C/C++ source file ?

Regards,
Marcio.
Aside from the fact, that this doesn't seem to be really gcc related, what exactly do you want to do? Why should it be the compilers job to create such a list?
One way that might work: Generate the object and extract the symbols afterwards ...


Regards

-Sven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]