From my program, I like to find all the modules and the functions/subroutines/methods used from that modules. Compile time methods are fine, ie.. run time methods are not necessary. I like to find only those methods which are used in my programs and not all the available methods for the module.
Looking for starting points.
====================================================