summaryrefslogtreecommitdiff
path: root/libdwfl/link_map.c
Commit message (Expand)AuthorAgeFilesLines
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-261-3/+15
* Fix report_r_debug for prelinked librariesJan Kratochvil2014-07-281-3/+10
* Fix non-build-id core files on build-id systemJan Kratochvil2013-11-211-3/+5
* link_map: Use proper bias, not l_addrJan Kratochvil2013-11-211-6/+6
* dwfl_core_file_report: Fix core files for re-prelink-ed filesJan Kratochvil2013-11-071-1/+0
* Fix false match of non-build-id disk library to build-id memory library.Jan Kratochvil2013-07-231-28/+55
* libdwfl: link_map.c (report_r_debug) always release memory_callback buffer.Mark Wielaard2013-06-051-5/+10
* Use DT_DEBUG library search first.Jan Kratochvil2013-05-301-35/+137
* Add parameter add_p_vaddr to dwfl_report_elf.Jan Kratochvil2013-05-051-1/+1
* libdwfl/link_map.c: #include system.h.Mark Wielaard2013-04-271-0/+1
* Unify {BE,LE}{32,64} in lib/system.h.Jan Kratochvil2013-04-261-12/+0
* dwfl_link_map_report: Handle unaligned auxv data.Roland McGrath2013-01-071-28/+39
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* libdwfl: Revamp bias bookkeeping, account correctly for prelink REL->RELA seg...Roland McGrath2010-11-121-5/+5
* Don't suppress full file names found in core-file link_map.Roland McGrath2010-08-181-3/+1
* dwfl_link_map_report: Handle PIE-generated core.Roland McGrath2010-05-041-12/+38
* Prevent infinite iteration on link_map list clobbered into circularity.Roland McGrath2010-04-141-2/+8
* Fix auxv scanning in core-file grokking.Roland McGrath2010-04-061-10/+3
* Use dwfl_addrmodule for l_ld lookup, don't bail on lookup failure.Roland McGrath2009-11-051-5/+1
* Ignore link_map entries with l_ld==0.Roland McGrath2009-11-051-0/+5
* Fix RHBZ#494858: fix bad address checks in core file support.Roland McGrath2009-04-141-1/+0
* Remove assert depending on confluence of guesses without anomaly.Roland McGrath2009-02-101-4/+2
* Fix up bogon and missing log entries from .pmachata.threads branch.Roland McGrath2008-08-251-0/+867