Bug 230903
| Summary: | FEAT: dwfl_module_addrname() should also return lowpc+highpc | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Kratochvil <jan.kratochvil> |
| Component: | elfutils | Assignee: | Roland McGrath <roland> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | cagney, drepper, npremji |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.127-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-04-19 18:28:20 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 173278, 229424 | ||
|
Description
Jan Kratochvil
2007-03-04 15:32:27 UTC
I can add a similar call that takes an address but returns full info in the same way as dwfl_module_getsym. Confirming I would like such API for these needs. I hope it would reuse/refactor some of the existing code of dwfl_module_getsym()/gelf_getsymshndx() there. Of course it was already using that internally. I've added the new dwfl_module_addrsym call upstream, it was trivial. Is the patch available? 0.127 includes dwfl_module_addrsym |