index
:
qt-creator/elfutils.git
10.0
11.0
12.0
4.10
4.11
4.12
4.13
4.14
4.15
4.4
4.5
4.6
4.7
4.8
4.9
5.0
master
upstream/dwarf
upstream/dwarflint
upstream/fche/copr
upstream/ima-keys
upstream/jankratochvil/NT_FILE
upstream/jankratochvil/cfaloop
upstream/jankratochvil/corepattern
upstream/jankratochvil/devmem
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo-ports
upstream/jankratochvil/gdbserver
upstream/jankratochvil/ppc64bidir
upstream/jankratochvil/ppc64bidir-unwindppc
upstream/main
upstream/master
upstream/mjw/DWARF5
upstream/mjw/RH-DTS
upstream/mjw/call_site
upstream/mjw/check_self_referential_die
upstream/mjw/compress
upstream/mjw/compress2
upstream/mjw/compress3
upstream/mjw/compress4
upstream/mjw/dwarf_output
upstream/mjw/dwarfstrings
upstream/mjw/elfstrmerge
upstream/mjw/fp-unwind
upstream/mjw/leaks
upstream/mjw/location-range
upstream/mjw/pending
upstream/mpolacek/autotest
upstream/pmachata/RH-DTS
upstream/pmachata/aarch64-review
upstream/pmachata/dwarf
upstream/pmachata/dwarf-writer
upstream/pmachata/dwarf_output
upstream/pmachata/dwarflint
upstream/pmachata/dwfl_core_file_report
upstream/pmachata/iterators
upstream/pmachata/macro
upstream/pmachata/range_list_iterator_formptr
upstream/pmachata/reader_hooks
upstream/pmachata/sharing
upstream/pmachata/threads
upstream/portable
upstream/relocate
upstream/robustify
upstream/roland/addrsym_tls
upstream/roland/arm_corenote
upstream/roland/cfi
upstream/roland/dwarf-collector
upstream/roland/dwarf-hacking
upstream/roland/dwarf-macinfo
upstream/roland/dwarf_edit
upstream/roland/dwarf_output-shape
upstream/roland/dwarf_output-tracker
upstream/roland/elf_clone
upstream/roland/is_stmt
upstream/roland/notes
upstream/roland/parisc
upstream/roland/parisc_corenote
upstream/roland/relocate-cfi-tmp
upstream/roland/tracker
upstream/roland/unstrip-buildid-relative
upstream/roland/unwind
upstream/users/amerey/manpages
upstream/users/amerey/thread_safety
upstream/users/amerey/try-clean
upstream/users/amerey/try-compress
upstream/users/amerey/try-config
upstream/users/amerey/try-no-objcopy
upstream/users/amerey/try-pr27405
upstream/users/amerey/try-pr31097
upstream/users/amerey/try-readelf-concurrency
upstream/users/amerey/try-remove-relocs
upstream/users/amerey/try-remove-relocs2
upstream/users/amerey/try-thread
upstream/users/amerey/try-track-fds
upstream/users/amerey/try-xz4
upstream/users/amerey/try-xz5
upstream/users/dichen/readelf-28873
upstream/users/dichen/readelf-Ds
upstream/users/dichen/try-dwfl-frame-reg
upstream/users/marxin/try-PR29474-fix-debuginfod-concurrency
upstream/users/marxin/try-zstd-support-v2
upstream/users/serhei/eu-stacktrace
upstream/users/serhei/eu-stacktrace.v0
upstream/users/serhei/eu-stacktrace.v1
upstream/users/serhei/try-process-tracker
Fork of git://sourceware.org/git/elfutils.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libdwfl
/
dwfl_module_getdwarf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check sh_entsize is not zero.
Mark Wielaard
2018-10-20
1
-0
/
+2
*
libdw: Cache ELF directory early. Explicitly set it in dwfl.
Mark Wielaard
2018-05-20
1
-6
/
+17
*
Avoid double-including config.h
Ulf Hermann
2017-05-02
1
-0
/
+4
*
Protect against integer overflow on shnum
Ulf Hermann
2017-04-27
1
-8
/
+10
*
Fix TEMP_FAILURE_RETRY definition when not defined.
Luiz Angelo Daros de Luca
2016-12-30
1
-0
/
+1
*
libdwfl: Use elf_compress[_gnu] to decompress string, symbol and reloc data.
Mark Wielaard
2016-01-06
1
-7
/
+92
*
Move nested functions in dwfl_module_getdwarf.c to file scope.
Chih-Hung Hsieh
2016-01-02
1
-148
/
+158
*
Trust AC_SYS_LARGEFILE to provide large file support
Josh Stone
2015-10-09
1
-1
/
+1
*
Allocate exact amount of bytes for phdrs and shdrs.
Mark Wielaard
2015-10-08
1
-26
/
+25
*
Do without union of variable length arrays.
Chih-Hung Hsieh
2015-10-07
1
-24
/
+32
*
libdwfl: Check symbol section exists and has a sane entsize in find_symtab.
Mark Wielaard
2015-06-19
1
-1
/
+2
*
libdwfl: Fix unbounded stack usage in find_prelink_address_sync.
Mark Wielaard
2015-05-27
1
-19
/
+42
*
libdwfl: Clear symtab result on error before using find_dynsym fallback.
Mark Wielaard
2015-02-06
1
-0
/
+3
*
libdwfl: Always try find_dynsym last, also on find_symtab ELF errors.
Mark Wielaard
2014-12-19
1
-1
/
+4
*
libdwfl: Make sure elf_getdata_rawchunk size_t doesn't overflow find_dynsym.
Mark Wielaard
2014-12-16
1
-1
/
+9
*
libdwfl: Sanity check the symbol table before use.
Mark Wielaard
2014-11-18
1
-6
/
+19
*
libdwfl: dwfl_module_getdwarf.c don't use symtab with bogus sh_entsize.
Mark Wielaard
2014-11-14
1
-0
/
+4
*
libdwfl: find_dynsym don't assume dynamic linker has adjusted DYNAMIC entries.
Mark Wielaard
2014-11-13
1
-104
/
+115
*
Fix resolving ELF symbols for live PIDs with deleted files
Jan Kratochvil
2014-08-29
1
-5
/
+6
*
Remove --enable-dwz. dwz alt debug is no longer experimental.
Mark Wielaard
2014-05-03
1
-6
/
+0
*
libdwfl: Move dwz alt multi file searching to find_debuginfo callback.
Mark Wielaard
2014-05-02
1
-115
/
+93
*
libdwelf: Add dwelf_elf_gnu_build_id.
Mark Wielaard
2014-05-01
1
-26
/
+5
*
Move .gnu_debugaltlink handling from libdw to libdwfl
Florian Weimer
2014-05-01
1
-0
/
+121
*
libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.
Mark Wielaard
2014-04-24
1
-61
/
+3
*
libdwfl: dwfl_module_getdwarf.c (open_elf) only (re)set mod->e_type once.
Josh Stone
2014-03-11
1
-6
/
+19
*
libdwfl: Add dwfl_module_getsymtab_first_global.
Mark Wielaard
2013-12-16
1
-0
/
+23
*
libdwfl: Fix and test aux_sym address_sync with relocated ELF
Josh Stone
2013-11-18
1
-14
/
+31
*
Fix typo in dwfl_module_getdwarf.c (find_symtab).
Mark Wielaard
2013-09-12
1
-1
/
+1
*
libdwfl: Support auxiliary symbol table only for getsym and addrsym.
Mark Wielaard
2013-01-23
1
-6
/
+16
*
libdwfl: Add minisymtab support.
Mark Wielaard
2013-01-22
1
-10
/
+176
*
libdwfl/
Jan Kratochvil
2012-10-17
1
-35
/
+38
*
Update name, license and contributor policy.
Mark Wielaard
2012-06-05
1
-40
/
+19
*
Use index of first global symbol to speed up dwfl_module_addrsym search.
Mark Wielaard
2011-11-01
1
-4
/
+9
*
libdwfl: Clear errno before using its ambient value.
Roland McGrath
2011-03-08
1
-0
/
+4
*
libdwfl: Use the section-end address as the synchronization point, rather tha...
Roland McGrath
2011-02-01
1
-9
/
+21
*
libdwfl: Discover PT_INTERP p_vaddr separately from main phdrs and undo phdrs.
Roland McGrath
2011-02-01
1
-9
/
+31
*
libdwfl: Fix prelink address_sync to find 64-bit PT_INTERP.
Roland McGrath
2011-02-01
1
-2
/
+2
*
libdwfl: Rejigger address synchronization using .gnu.prelink_undo information.
Roland McGrath
2011-01-11
1
-68
/
+233
*
libdwfl: Enhance address_sync calculation to handle more prelink permutations.
Roland McGrath
2011-01-05
1
-4
/
+92
*
libdwfl: Revamp bias bookkeeping, account correctly for prelink REL->RELA seg...
Roland McGrath
2010-11-12
1
-20
/
+10
*
Fix some libdwfl bias calculations.
Roland McGrath
2010-05-20
1
-2
/
+10
*
libdwfl: Refuse to fall back to an ELF file opened by name when that mismatch...
Roland McGrath
2010-05-06
1
-1
/
+44
*
Use elf_getphdrnum in libdw and libdwfl.
Roland McGrath
2010-01-07
1
-18
/
+28
*
Add aliases for elf_getshnum and elf_getshstrndx.
Ulrich Drepper
2009-06-13
1
-1
/
+1
*
Add missing internal_function attribute.
Roland McGrath
2009-04-20
1
-0
/
+1
*
Break out __libdwfl_getelf internal function.
Roland McGrath
2009-04-19
1
-45
/
+5
*
libdwfl automagic decompression support
Roland McGrath
2009-01-05
1
-4
/
+5
*
propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 6db56f08d1...
Roland McGrath
2008-08-26
1
-1
/
+8
*
cosmetic
Roland McGrath
2008-05-22
1
-13
/
+18
*
libdwfl/
Roland McGrath
2008-04-06
1
-2
/
+2
[next]