This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to list all public symbols in a file/project?
- From: John Love-Jensen <eljay at adobe dot com>
- To: Marcio Afonso Arimura Fialho <maaf at dea dot inpe dot br>, MSX to GCC <gcc-help at gcc dot gnu dot org>
- Date: Fri, 18 Aug 2006 09:35:09 -0500
- Subject: Re: How to list all public symbols in a file/project?
Hi Marcio,
> How to get automatically a list of every public symbol (variables and
> functions) defined in a C/C++ source file ?
Use the nm command on the object file.
--Eljay