[comp.os.msdos.programmer] Cross Reference File from a linker

rgoodman@euler.Berkeley.EDU (Richard E. Goodman) (02/27/91)

Would anyone know of a linker that generates a file containing cross reference 
list of the functions that you create in your programs.
That is for each function:
	- a list of the function that it calls 
	- a list of functions calling it
I would like to use it with MSWindows libraries.

I heard that MPW generates such a file on the MacIntosh, any information
will be welcome.
Pierre-Jean