site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com 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 ? yep but no ? Best Regards _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... /* * 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. */ This email sent to site_archiver@lists.apple.com
participants (1)
-
plumber