Lazy symbol lookup

Hey everybody,

I'm trying to locate a lazy symbol through the lazy symbol pointers section of an image by its name before the binding takes place.

I have the symbol name and when passing through the loaded images, I get two addresses one for each image (a symbol with the exect name exist in both).

I'm well aware of the two level binding feature but I would like to manually detect which image holds the right symbol.


Any ideas?

Thanks!