Re: dwfl_module_addrinfo and @plt entries

2017-01-06 Thread Milian Wolff
On Wednesday, January 4, 2017 2:42:23 PM CET Mark Wielaard wrote: > On Wed, Jan 04, 2017 at 01:41:26AM +0100, Milian Wolff wrote: > > how do I get symbol information for @plt entries? > > Short answer. You cannot with the dwfl_module_getsym/addr* > functions. And we don't have accessors for "fake"

Re: [htdocs] Add Code Coverage Results for Elfutils 0.168

2017-01-06 Thread Lukas Berk
Hi, Mark Wielaard writes: [...] > Thanks for that. If you check this in could you add a link from the > main page. Just something like: Thanks, added and commited. > And a coverage/README file with instructions how to regenerate > the pages after a new elfutils release. Added this as well. >

Re: dwfl_module_addrinfo and @plt entries

2017-01-06 Thread Mark Wielaard
On Fri, Jan 06, 2017 at 11:28:25AM +0100, Milian Wolff wrote: > On Wednesday, January 4, 2017 2:42:23 PM CET Mark Wielaard wrote: > > Longer answer. An address pointing into the PLT does > > really point to an ELF symbol. > > You mean: does _not_ > Right? Yes, I meant "does not point". > > If we