summaryrefslogtreecommitdiff
path: root/libdwfl/dwfl_module_getdwarf.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use relative include paths in library files.Mark Wielaard2022-12-201-2/+2
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-281-1/+0
* Come up with startswith function.Martin Liska2021-05-121-2/+2
* libdwfl: fix spelling typos in comments and ChangeLogDmitry V. Levin2020-12-121-2/+2
* Check sh_entsize is not zero.Mark Wielaard2018-10-201-0/+2
* libdw: Cache ELF directory early. Explicitly set it in dwfl.Mark Wielaard2018-05-201-6/+17
* Avoid double-including config.hUlf Hermann2017-05-021-0/+4
* Protect against integer overflow on shnumUlf Hermann2017-04-271-8/+10
* Fix TEMP_FAILURE_RETRY definition when not defined.Luiz Angelo Daros de Luca2016-12-301-0/+1
* libdwfl: Use elf_compress[_gnu] to decompress string, symbol and reloc data.Mark Wielaard2016-01-061-7/+92
* Move nested functions in dwfl_module_getdwarf.c to file scope.Chih-Hung Hsieh2016-01-021-148/+158
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-1/+1
* Allocate exact amount of bytes for phdrs and shdrs.Mark Wielaard2015-10-081-26/+25
* Do without union of variable length arrays.Chih-Hung Hsieh2015-10-071-24/+32
* libdwfl: Check symbol section exists and has a sane entsize in find_symtab.Mark Wielaard2015-06-191-1/+2
* libdwfl: Fix unbounded stack usage in find_prelink_address_sync.Mark Wielaard2015-05-271-19/+42
* libdwfl: Clear symtab result on error before using find_dynsym fallback.Mark Wielaard2015-02-061-0/+3
* libdwfl: Always try find_dynsym last, also on find_symtab ELF errors.Mark Wielaard2014-12-191-1/+4
* libdwfl: Make sure elf_getdata_rawchunk size_t doesn't overflow find_dynsym.Mark Wielaard2014-12-161-1/+9
* libdwfl: Sanity check the symbol table before use.Mark Wielaard2014-11-181-6/+19
* libdwfl: dwfl_module_getdwarf.c don't use symtab with bogus sh_entsize.Mark Wielaard2014-11-141-0/+4
* libdwfl: find_dynsym don't assume dynamic linker has adjusted DYNAMIC entries.Mark Wielaard2014-11-131-104/+115
* Fix resolving ELF symbols for live PIDs with deleted filesJan Kratochvil2014-08-291-5/+6
* Remove --enable-dwz. dwz alt debug is no longer experimental.Mark Wielaard2014-05-031-6/+0
* libdwfl: Move dwz alt multi file searching to find_debuginfo callback.Mark Wielaard2014-05-021-115/+93
* libdwelf: Add dwelf_elf_gnu_build_id.Mark Wielaard2014-05-011-26/+5
* Move .gnu_debugaltlink handling from libdw to libdwflFlorian Weimer2014-05-011-0/+121
* libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.Mark Wielaard2014-04-241-61/+3
* libdwfl: dwfl_module_getdwarf.c (open_elf) only (re)set mod->e_type once.Josh Stone2014-03-111-6/+19
* libdwfl: Add dwfl_module_getsymtab_first_global.Mark Wielaard2013-12-161-0/+23
* libdwfl: Fix and test aux_sym address_sync with relocated ELFJosh Stone2013-11-181-14/+31
* Fix typo in dwfl_module_getdwarf.c (find_symtab).Mark Wielaard2013-09-121-1/+1
* libdwfl: Support auxiliary symbol table only for getsym and addrsym.Mark Wielaard2013-01-231-6/+16
* libdwfl: Add minisymtab support.Mark Wielaard2013-01-221-10/+176
* libdwfl/Jan Kratochvil2012-10-171-35/+38
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* Use index of first global symbol to speed up dwfl_module_addrsym search.Mark Wielaard2011-11-011-4/+9
* libdwfl: Clear errno before using its ambient value.Roland McGrath2011-03-081-0/+4
* libdwfl: Use the section-end address as the synchronization point, rather tha...Roland McGrath2011-02-011-9/+21
* libdwfl: Discover PT_INTERP p_vaddr separately from main phdrs and undo phdrs.Roland McGrath2011-02-011-9/+31
* libdwfl: Fix prelink address_sync to find 64-bit PT_INTERP.Roland McGrath2011-02-011-2/+2
* libdwfl: Rejigger address synchronization using .gnu.prelink_undo information.Roland McGrath2011-01-111-68/+233
* libdwfl: Enhance address_sync calculation to handle more prelink permutations.Roland McGrath2011-01-051-4/+92
* libdwfl: Revamp bias bookkeeping, account correctly for prelink REL->RELA seg...Roland McGrath2010-11-121-20/+10
* Fix some libdwfl bias calculations.Roland McGrath2010-05-201-2/+10
* libdwfl: Refuse to fall back to an ELF file opened by name when that mismatch...Roland McGrath2010-05-061-1/+44
* Use elf_getphdrnum in libdw and libdwfl.Roland McGrath2010-01-071-18/+28
* Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-131-1/+1
* Add missing internal_function attribute.Roland McGrath2009-04-201-0/+1
* Break out __libdwfl_getelf internal function.Roland McGrath2009-04-191-45/+5