Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.lightlink.com!news.iecc.com!lnews.iecc.com!nerds-end From: JohnSmith Newsgroups: comp.compilers Subject: get symbol value using COFF Date: Mon, 24 Oct 2011 22:06:48 -0700 (PDT) Organization: Compilers Central Lines: 10 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <11-10-017@comp.compilers> NNTP-Posting-Host: lnews.iecc.com X-Trace: gal.iecc.com 1319670915 50141 64.57.183.34 (26 Oct 2011 23:15:15 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Wed, 26 Oct 2011 23:15:15 +0000 (UTC) Keywords: linker, symbols, question Posted-Date: 26 Oct 2011 19:15:15 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: x330-a1.tempe.blueboxinc.net comp.compilers:299 Hi. How could I determine the runtime value of a given symbol using the COFF info? For ELF I did it, COFF line info is successfully interpreted also. (under windows) Maybe you recommend "gdb", but it is too big. [The gnu bfd library should be able to do it. -John]