comp.lang.ada
 help / color / mirror / Atom feed
* need addresses of variables in gnat-executable
@ 2000-07-26  0:00 J.Douma
  0 siblings, 0 replies; only message in thread
From: J.Douma @ 2000-07-26  0:00 UTC (permalink / 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.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-07-26  0:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-26  0:00 need addresses of variables in gnat-executable J.Douma

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