Re: [PATCH] libdwelf: provide a public debug section relocation function

2024-09-10 Thread Aaron Merey
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

[PATCH] libdwelf: provide a public debug section relocation function

2024-09-03 Thread Di Chen
: 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