Operating System - HP-UX
1833330 Members
3848 Online
110051 Solutions
New Discussion

functions listing using nm

 
Haribaskar
Occasional Advisor

functions listing using nm

Hi ,

I want to know the functions and global variables available in a particular archive file. I have tried using nm , but it gives a long list
of symbols from which I could not extract the information that I wanted.

Appreciate any help that I can get.
1 REPLY 1
H.Merijn Brand (procura
Honored Contributor

Re: functions listing using nm

The following attached script generates three files

defs.nm lists where defined symbols reside
libs.nm list all symbol references
libs.ar list what object resides in what lib
Enjoy, Have FUN! H.Merijn