comp.lang.ada
 help / color / mirror / Atom feed
From: J.Douma@FokkerSpace.Nl
Subject: need addresses of variables in gnat-executable
Date: 2000/07/26
Date: 2000-07-26T00:00:00+00:00	[thread overview]
Message-ID: <8lmee0$9uo$1@nnrp1.deja.com> (raw)

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.




                 reply	other threads:[~2000-07-26  0:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox