This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: Prelinking of shared libraries


Waldo Bastian <bastian@kde.org> writes:

|> (Assuming that all 
|> R_386_REL and R_386_32 are bound to .data, is that so? How can I check?)

Use 'readelf -r' to list the relocations.  It shows you which section they
belong to.

|> Something else that I noted: R_386_REL+R_386_32 amounts to 64332 relocations, 
|> but according to LD_DEBUG=statistics I only get 50346 relocations when I 
|> start kedit (with lazy binding). Any idea?

This count only includes the symbol lookups.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


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