Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!decwrl!ucbvax!ulysses!bill From: bill@allegra.att.com (Bill Schell) Newsgroups: comp.unix.wizards Subject: grammar for "cc -g" symbol table info wanted Message-ID: Date: 27 Aug 90 22:40:46 GMT Sender: netnews@ulysses.att.com Organization: AT&T Bell Laboratories Lines: 16 Does anyone out there happen to have or know where I can find a grammar describing the format of the information that "cc -g" puts into the symbol table for .o files? (For Sun or similar C compilers.) I'm talking about what you get when you run "nm -a file.o". Things like: fffffb05 - 00 0004 LSYM iptr:t(0,13)=ar(0,1);0;22;(0,14)=*(0,1) I could easily do a grammar myself from observation of the data, but I'd like to make sure I'm catching all the cases. Thanks very much, Bill Schell AT&T Bell Labs, Murray Hill, NJ bill@research.att.com OR allegra!bill