Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!elroy.jpl.nasa.gov!usc!orion.oac.uci.edu!cerritos.edu!arizona.edu!arizona!jrknight From: jrknight@cs.arizona.edu (James R. Knight) Newsgroups: comp.sources.wanted Subject: Looking for C string to function_ptr routine. Message-ID: <585@coatimundi.cs.arizona.edu> Date: 5 Mar 91 21:52:02 GMT Sender: news@cs.arizona.edu Reply-To: jrknight@cs.arizona.edu (James R. Knight) Organization: U of Arizona, CS Dept, Tucson Lines: 8 I need a C routine which can retrieve the function pointer of a routine in the executable from the string name of that function. (Preferably something smaller that the complete source code to dbx. :-)) Barring that, a reference which describes the format of the symbol table in a executable compiled under the -g flag would be a great help. Jim