Re: How to tell where a symbol is satisfied from.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Dec 27, 2006 at 12:24:59AM -0800, Ulrich Drepper wrote:
> Reg Clemens wrote:
> >How do I find out where this symbol is defined???
> 
> env LD_DEBUG=bindings ./a.out
> 
> Note that this does not work for prelinked binaries since they don't 
> perform relocations.

You can use
LD_DEBUG=bindings LD_USE_LOAD_BIAS=0 ./a.out
for prelinked binaries, then the libraries (very likely) are not mapped
at the prelink chosen addresses and so relocations are performed.

	Jakub


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux