From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] How does objdump sound in plan9? From: David Gordon Hogan MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-exrkxrpuqzlnpskujrasofdprd" Message-Id: <20010911200111.70F41199E9@mail.cse.psu.edu> Date: Tue, 11 Sep 2001 16:01:09 -0400 Topicbox-Message-UUID: ec6ebea0-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-exrkxrpuqzlnpskujrasofdprd Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit > Well, acid takes care of a.out files, but what about .8s & Co? There seems > no way to load an object file with unresolved references into acid or > db to that matter. Oh, that. Sorry, 'fraid I don't have a good answer to that one. Plan 9 object files (as you may already be aware) are quite different to those found on other platforms. They are actually a form of binary assembly laguage which the linker assembles. What exactly are you trying to do? It sounds vaguely interesting. You might want to try digging around inside /sys/src/libmach --upas-exrkxrpuqzlnpskujrasofdprd Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Tue Sep 11 15:47:33 EDT 2001 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Tue Sep 11 15:47:25 EDT 2001 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.18.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 3441D19A26; Tue, 11 Sep 2001 15:47:10 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from honti.mit.edu (HONTI.MIT.EDU [18.77.2.22]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id B944F19A0F for <9fans@cse.psu.edu>; Tue, 11 Sep 2001 15:46:25 -0400 (EDT) Received: (from avp@localhost) by honti.mit.edu (8.10.2/8.10.2) id f8BJkPS09447; Tue, 11 Sep 2001 15:46:25 -0400 (EDT) Message-Id: <200109111946.f8BJkPS09447@honti.mit.edu> From: Andrew Pochinsky To: 9fans@cse.psu.edu Cc: 9fans@cse.psu.edu In-reply-to: <20010911192249.CF5E5199E7@mail.cse.psu.edu> (message from David Gordon Hogan on Tue, 11 Sep 2001 15:22:47 -0400) Subject: Re: [9fans] How does objdump sound in plan9? References: <20010911192249.CF5E5199E7@mail.cse.psu.edu> Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: 9fans@cse.psu.edu X-Reply-To: avp@alum.mit.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Tue, 11 Sep 2001 15:46:25 -0400 (EDT) Well, acid takes care of a.out files, but what about .8s & Co? There seems no way to load an object file with unresolved references into acid or db to that matter. From: David Gordon Hogan Date: Tue, 11 Sep 2001 15:22:47 -0400 > Not quite. nm prints the name list, but I'm looking for groking the > instructions. man acid --upas-exrkxrpuqzlnpskujrasofdprd--