Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!pasteur!euler.Berkeley.EDU!rgoodman From: rgoodman@euler.Berkeley.EDU (Richard E. Goodman) Newsgroups: comp.os.msdos.programmer Subject: Cross Reference File from a linker Message-ID: <11480@pasteur.Berkeley.EDU> Date: 27 Feb 91 02:12:03 GMT Sender: news@pasteur.Berkeley.EDU Reply-To: rgoodman@euler.berkeley.edu (Richard E. Goodman) Organization: University of California, Berkeley Lines: 11 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