summaryrefslogtreecommitdiff
path: root/libbacktrace/elf.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/71161 (Lots of ASAN and libgo runtime FAILs after r236090)Uros Bizjak2016-05-181-0/+3
* elf.c (backtrace_initialize): Properly initialize elf_fileline_fn to avoid po...Max Ostapenko2016-03-021-2/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* PR 68115/libfortranJohn David Anglin2015-12-101-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* sort.c: New file.Ian Lance Taylor2014-03-071-2/+2
* Update copyright years in libbacktrace/Richard Sandiford2014-01-021-1/+1
* elf.c (ET_DYN): Undefine and define again.Jakub Jelinek2013-12-061-11/+43
* backtrace.h (backtrace_syminfo_callback): Add symsize argument.Jakub Jelinek2013-11-191-2/+2
* configure.ac: Check for support of __atomic extensions.Ian Lance Taylor2013-11-191-21/+10
* elf.c (SHN_UNDEF): Define.Jakub Jelinek2013-11-181-3/+9
* * elf.c (phdr_callback): Process info->dlpi_addr == 0 normally.Jakub Jelinek2013-11-181-6/+2
* backtrace.h (backtrace_syminfo): Update comment and parameter name to take an...Ian Lance Taylor2013-11-161-14/+22
* elf.c (elf_add): Don't get the wrong offsets if a debug section is missing.Ian Lance Taylor2013-10-181-2/+9
* elf.c (elf_syminfo): Loop over the elf_syminfo_data chain.Alexander Monakov2013-07-231-5/+39
* elf.c (backtrace_initialize): Pass elf_fileline_fn to dl_iterate_phdr callbacks.Alexander Monakov2013-07-231-1/+1
* Update copyright years in libbacktrace.Richard Sandiford2013-01-141-1/+1
* re PR other/55087 (bogus "linux-vdso.so.1: No such file or directory" caused ...Ian Lance Taylor2012-10-261-1/+3
* elf.c: Rename all Elf typedefs to start with b_elf, and be all lower case.Ian Lance Taylor2012-10-101-61/+61
* * elf.c (elf_add_syminfo_data): Add casts to avoid warning.Hans-Peter Nilsson2012-10-101-2/+2
* Add support for tracing through shared libraries.Ian Lance Taylor2012-10-091-29/+243
* re PR other/54726 (libbacktrace segfaults on gcc_asserts with stripped gcc)Ian Lance Taylor2012-09-271-1/+1
* libbacktrace/:Ian Lance Taylor2012-09-171-0/+688