Re: How do I see the linker map?
Re: How do I see the linker map?
- Subject: Re: How do I see the linker map?
- From: Jonas Maebe <email@hidden>
- Date: Thu, 2 Nov 2006 20:32:29 +0100
On 02 Nov 2006, at 20:20, Doug McLean wrote:
Please have mercy. I'm not interested in having to add "Unix geek"
to my already geeked-out identity. I merely want to see which
symbols my plug-in exports.
In that case I think you're better off running
nm -g <your plugin>
(just open Terminal, type "nm -g " with the space but without the
quotes, drag the dynamic library inside your plugin bundle from the
Finder to the Terminal window and press return)
The symbols that are marked with T in the second column are global/
exported text (code) symbols, and the ones marked with D are global
data symbols; the ones prefixed with U can be ignored, they are
references to external symbols -- see the start of "man nm" for more
info).
The linkmap contains a whole lot more than just exported symbols.
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden