public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* objdump -p /usr/bin/ddd.exe | grep 'DLL Name'
@ 2004-03-07 19:33 Frédéric L. W. Meunier
  2004-03-07 19:42 ` Harold L Hunt II
  2004-03-07 23:23 ` Alexander Gottwald
  0 siblings, 2 replies; 3+ messages in thread
From: Frédéric L. W. Meunier @ 2004-03-07 19:33 UTC (permalink / raw)
  To: cygwin-xfree

[-- Attachment #1: Type: TEXT/PLAIN, Size: 396 bytes --]

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.

-- 
How to contact me - http://www.pervalidus.net/contact.html

[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 390 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: objdump -p /usr/bin/ddd.exe | grep 'DLL Name'
  2004-03-07 19:33 objdump -p /usr/bin/ddd.exe | grep 'DLL Name' Frédéric L. W. Meunier
@ 2004-03-07 19:42 ` Harold L Hunt II
  2004-03-07 23:23 ` Alexander Gottwald
  1 sibling, 0 replies; 3+ messages in thread
From: Harold L Hunt II @ 2004-03-07 19:42 UTC (permalink / raw)
  To: cygwin-xfree

Dunno.  cygcheck works just fine on it.  Guess you'll have to 
investigate this on your own if you are still interested :)

Harold

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.
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: objdump -p /usr/bin/ddd.exe | grep 'DLL Name'
  2004-03-07 19:33 objdump -p /usr/bin/ddd.exe | grep 'DLL Name' Frédéric L. W. Meunier
  2004-03-07 19:42 ` Harold L Hunt II
@ 2004-03-07 23:23 ` Alexander Gottwald
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Gottwald @ 2004-03-07 23:23 UTC (permalink / raw)
  To: cygwin-xfree

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-07 23:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-07 19:33 objdump -p /usr/bin/ddd.exe | grep 'DLL Name' Frédéric L. W. Meunier
2004-03-07 19:42 ` Harold L Hunt II
2004-03-07 23:23 ` Alexander Gottwald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).