This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 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: objdump -p /usr/bin/ddd.exe | grep 'DLL Name'


Frédéric L. W. Meunier wrote:

> Why does objdump -p /usr/bin/ddd.exe | grep 'DLL Name' return
> so many repeated DLLs ? I was doing an ldd (yes, there are 2
> ldd scripts available somewhere), when I noticed it was taking
> an awful amount of time. Then I used objdump, which returned
> the attached.
>
> Actually, it seems that any application linked to cygXm-2.dll
> does it.

I'm not sure about the meaning of the ouput but it seems those entries
 000c1064       000c6ad4 00000000 00000000 000c8d48 0000f8e5

        DLL Name: cygXt-6.dll
        vma:  Hint/Ord Member-Name Bound-To
        c84b8     462  rectObjClass

refer to an objectfile which was linked into the exe  and requires
rectObjClass from cygXt-6.dll. There are a lot of objectfiles which
have this dependency. I'm not sure if the repeated output is an
indicator of a repeated dll resolve attempt.

bye
    ago
NP: Melotron - Das Letzte
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de
 http://www.gotti.org           ICQ: 126018723


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