summaryrefslogtreecommitdiffstats
path: root/libdwfl/link_map.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.173'Ulf Hermann2018-07-131-19/+19
|\
| * libdwfl: Don't dereference possibly unaligned auxv entry pointer from core.Mark Wielaard2017-11-241-19/+19
* | Open files in O_BINARYUlf Hermann2017-05-081-2/+2
|/
* libdwfl: Fix assert and set in.d_size in dwfl_link_map_report.Mark Wielaard2016-08-151-2/+5
* Move nested functions check64 and check32 in link_map.c to file scope.Chih-Hung Hsieh2016-01-031-47/+53
* libdwfl: Fix memory leak in link_map.c dwfl_link_map_report.Mark Wielaard2016-01-021-2/+7
* libdwfl: Don't leak core Elf and core file descriptor from argp-std.Mark Wielaard2016-01-021-4/+8
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-1/+1
* Do without union of variable length arrays.Chih-Hung Hsieh2015-10-071-53/+34
* libdwfl: Don't assume auxv or r_debug data is properly aligned in link_map.Mark Wielaard2015-06-051-10/+15
* libdwfl: Don't allocate phdrs and dyn on stack in link_map.Mark Wielaard2015-05-271-10/+24
* 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