This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: name mangling
- To: NEELAKANTH dot NADGIR at SUN dot COM
- Subject: Re: name mangling
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 25 Mar 2000 10:14:01 +0100
- CC: gcc at gcc dot gnu dot org
- References: <20000324174712.B24925@neel>
> I have been trying to have a look at the name mangling code in the
> gcc sources. ALl I can find is the demangling code (in cplus-dem.c).
> Can you please enlightenme about where I could find the mangling
> code?
It's in cp/method.c
Regards,
Martin