From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1e7028db9f416c32,start X-Google-Attributes: gid103376,public From: J.Douma@FokkerSpace.Nl Subject: need addresses of variables in gnat-executable Date: 2000/07/26 Message-ID: <8lmee0$9uo$1@nnrp1.deja.com>#1/1 X-Deja-AN: 650914837 X-Http-Proxy: 1.0 wwwproxy.fokkerspace.nl:8080 (Squid/2.2.STABLE3), 1.0 x70.deja.com:80 (Squid/1.1.22) for client 145.73.142.225, 194.178.209.84 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Jul 26 10:27:14 2000 GMT X-MyDeja-Info: XMYDJUIDj_douma Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.73 [en] (WinNT; I) Date: 2000-07-26T00:00:00+00:00 List-Id: We need to have the address-offsets of variables in an executable that was compiled with GNAT 3.12p on a SGI with IRIX 6.5. We used "elfdump -Dt", but it looks as if gnat does not generate addresses for symbols that are not visible outside a package. example: (stripped) package P V : integer; -- visible in the executable using elfdump end P; package body P W : integer; -- NOT visible in the executable using elfdump end P; We have the source code but are not allowed to change it. Sent via Deja.com http://www.deja.com/ Before you buy.