Dear Dyld
Dear Dyld
- Subject: Dear Dyld
- From: plumber <email@hidden>
- Date: Wed, 18 May 2005 11:37:58 +0200
Hello i'm bit losed with this
dyld: lazy symbol binding failed: lazy pointer not found
dyld: lazy pointer not found
Trace/BPT trap
it's a simply ccp lib and CLI acces
(c++ -O2 -Wall -pedantic)
and i obtain this trap ?
the lazy pointer can't find itself ?
i would like correct this but i don't understand why i've this error ?
/*
* This is part of the code generation for the dynamic link editor's
interface.
* The stub_binding_helper for an ppc dynamicly runtime loaded
object used in a
* program using the dynamic linker (this is loaded via
NSLinkModule). On
* transfer to this point the address of the lazy pointer to be
bound is in r11.
* Here we place the address of the mach header for the image in r12
and
* transfer control to the lazy symbol binding entry point. A
pointer to the
* lazy symbol binding entry point is set at launch time by the
dynamic link
* editor. This pointer is located at offset 0 (zero) in the
(__DATA,__dyld)
* section and declared here. A pointer to the function address of
* _dyld_func_lookup in the dynamic link editor is also set at
launch time by
* the dynamic link editor. This pointer is located at offset 4 in
the in the
* (__DATA,__dyld) section and declared here. A definition of the
'C' function
* _dyld_func_lookup() is defined here as a private_extern to jump
through the
* pointer.
*/
yep but no ?
Best Regards
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden