summaryrefslogtreecommitdiff
path: root/libdwfl/link_map.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use relative include paths in library files.Mark Wielaard2022-12-201-1/+1
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-281-2/+0
* libdwfl: Declare possible zero sized arrays only when non-zeroMark Wielaard2022-01-061-2/+2
* libdwfl: Fix overflow check in link_map.c read_addrsMark Wielaard2022-01-061-1/+2
* libdwfl: Calculate addr to read by hand in link_map.c read_addrs.Mark Wielaard2022-01-041-6/+5
* libdwfl: Call xlatetom on aligned buffers in dwfl_link_map_reportMark Wielaard2022-01-041-1/+18
* libdwfl: Make sure there is at least one phdrMark Wielaard2021-12-181-0/+5
* libdwfl: Make sure there is at least one dynamic entryMark Wielaard2021-12-181-0/+5
* libdwfl: Make sure phent is sane and there is at least one phdrMark Wielaard2021-12-161-2/+14
* libdwfl: Don't try to convert too many dyns in dwfl_link_map_reportMark Wielaard2021-12-101-1/+13
* libdwfl: Make sure we know the phdr entry size before searching phdrs.Mark Wielaard2021-12-091-1/+1
* libdwfl: Don't try to convert too many bytes in dwfl_link_map_reportMark Wielaard2021-12-091-2/+15
* libdwfl: fix potential NULL pointer dereference when reading link mapOmar Sandoval2021-06-101-1/+1
* link_map: Pull read_addrs() into file scopeTimm Bäder2020-12-101-47/+57
* link_map: Pull release_buffer() into file scopeTimm Bäder2020-12-101-16/+32
* link_map: Inline consider_phdr() into only callerTimm Bäder2020-12-061-40/+32
* libdwfl: Don't dereference possibly unaligned auxv entry pointer from core.Mark Wielaard2017-11-241-19/+19
* 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