1827707 Members
2848 Online
109967 Solutions
New Discussion

Re: Library Objects

 
SOLVED
Go to solution
Bill_15
Contributor

Library Objects

Can anyone tell me how to determine what objetcs are within a particular library? Is there a command for this?
2 REPLIES 2
Goran Koruga
Honored Contributor
Solution

Re: Library Objects

Hi Bill.

Try these two :

nm library.a

or

nm -D library.a

Goran
Bill_15
Contributor

Re: Library Objects

Yes, That worked great! Thanks.