From mboxrd@z Thu Jan 1 00:00:00 1970 From: cubexyz@gmail.com (Mark Longridge) Date: Wed, 24 Sep 2014 14:01:51 -0400 Subject: [TUHS] where is ecvt? In-Reply-To: <8843E941-3E0E-4538-A3E4-5D11590794F0@ronnatalie.com> References: <8843E941-3E0E-4538-A3E4-5D11590794F0@ronnatalie.com> Message-ID: > The loader looks at all the symbol tables on the contained files. Have you tried > extracting the files in the archive and running nm on them? It seems that in glibc the file efgcvt.c just wraps ecvt to a call to sprintf so there's really isn't a ecvt.c (and thus no ecvt.o) but efgcvt.o instead. Mark On 9/24/14, Ronald Natalie wrote: > My guess is that when the libc was built ecvt.s was built into some other > file other than ecvt.o and exists in the library under that name. > Ar only reports the file names inserted. The loader looks at all the > symbol tables on the contained files. Have you tried extracting the files > in the archive and running nm on them? > >