Hello Mark,
> -Original Message-
> From: Mark Wielaard
> Sent: Thursday, July 8, 2021 8:02 AM
> To: Sonal Santan ; elfutils-devel@sourceware.org
> Subject: Re: Working with ELF already loaded in memory
>
> Hi Sinal,
>
> On Thu, 2021-07-08 at 05:02 +, Sona
Hello,
We are exploring using libdw in XRT, https://github.com/Xilinx/XRT. In the use
case we have, the ELF (a shared library) is already loaded in memory as data by
an XRT application. In XRT we would like to walk through the DWARF/ELF
information embedded in this shared library.
Going throu