Re: Hide and go seek.
Re: Hide and go seek.
- Subject: Re: Hide and go seek.
- From: Sherm Pendley <email@hidden>
- Date: Mon, 14 Jul 2003 19:26:36 -0400
On Monday, July 14, 2003, at 06:30 PM, James Quick wrote:
The dyld man page
...is not the best place to look. What you want is a PDF titled "Mach-O
Runtime Architecture" - it has a listing of all the available dyld
functions. It's at
<
http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/
MachORuntime.pdf>
1. Where are the dyld functions actually implemented.
I don't know; I assume in one of the standard libraries, as I've never
had to link anything else to use them. You do need to #include "mach-
o/dyld.h", though.
2. What support does the dylib subsystem have for finding out where
something
was loaded from?
The NSModuleForSymbol() and NSLibraryNameForModule() functions look
promising.
sherm--
Each language has its purpose, however humble. Each language expresses
the Yin and Yang of software. Each language has its place within the Tao.
But do not program in COBOL if you can avoid it.
-- The Tao of Programming
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.