Hi Di,
Thanks for working on this.
On Tue, Sep 3, 2024 at 7:48 AM Di Chen wrote:
>
> When opening an ET_REL file through libdwfl, we do resolve all
> cross-debug-section relocations using __libdwfl_relocate().
>
> This commit provide a public function for the above feature, so users
> can make s
: provide a public debug section relocation function
When opening an ET_REL file through libdwfl, we do resolve all
cross-debug-section relocations using __libdwfl_relocate().
This commit provide a public function for the above feature, so users
can make sure that ET_REL files can be handled by libdw