• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How do I see the linker map?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >How do I see the linker map? (From: Doug McLean <email@hidden>)

  • Prev by Date: How do I see the linker map?
  • Next by Date: Re: Why are Xcode "updates" so friggin' big??
  • Previous by thread: How do I see the linker map?
  • Next by thread: Re: Xcode-users Digest, Vol 3, Issue 718
  • Index(es):
    • Date
    • Thread