summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Use valgrind --leak-check=full.mjw/leaksMark Wielaard2015-12-026-1/+50
* libdw: Don't leak duplicate FDEs.Mark Wielaard2015-12-022-1/+14
* nm: If the file is ET_REL and we need Dwarf use libdwfl to get it relocated.Mark Wielaard2015-12-022-8/+116
* nm: Don't leak duplicate Dwarf local names.Mark Wielaard2015-12-022-5/+14
* unstrip: Don't leak new section data.Mark Wielaard2015-12-022-2/+47
* libdw: Don't use a FDE if it doesn't actually cover a real code range.Mark Wielaard2015-12-022-0/+12
* libdwfl: Fix memory leak in link_map.c dwfl_link_map_report.Mark Wielaard2015-12-012-2/+12
* libdwfl: Don't leak core Elf and core file descriptor from argp-std.Mark Wielaard2015-12-017-17/+82
* tests: Fix some memory leaks in testcases.Mark Wielaard2015-12-019-4/+36
* libdw: Don't leak fake_loc_cu.Mark Wielaard2015-12-012-1/+9
* elfcmp: Fix leaking Ebl handles.Mark Wielaard2015-12-012-0/+6
* libdw: Make sure Ebl is always freed from cfi frame cache.Mark Wielaard2015-11-274-5/+35
* libdw: initialize state early in read_srclinesDmitry V. Levin2015-11-162-19/+24
* No nested functions in dwarf_getsrclines.Chih-Hung Hsieh2015-11-132-105/+144
* Move nested functions in gzip.c to file scope.Chih-Hung Hsieh2015-11-132-120/+153
* No nested function in dwarf_getscopevar to file scope.Chih-Hung Hsieh2015-11-132-17/+27
* Move nested functions in dwfl_module_getsrc_file.c.Chih-Hung Hsieh2015-11-032-15/+28
* Move nested functions in frame_unwind.c.Chih-Hung Hsieh2015-11-032-73/+95
* Move nested functions in dwfl_module.cChih-Hung Hsieh2015-11-032-16/+22
* Move nested functions in backends to file scope.Chih-Hung Hsieh2015-11-033-25/+40
* Make zlib mandatory.Mark Wielaard2015-10-2610-8/+36
* elf.h: Update from glibc. Add section compression constants and structures.Mark Wielaard2015-10-222-0/+30
* libelf: use the right size when preading in[0].sh_sizeJose E. Marchesi2015-10-222-1/+6
* Move nested functions in libdw/cfi.c to file scope.Chih-Hung Hsieh2015-10-222-42/+50
* Move nested functions in libdwelf.Chih-Hung Hsieh2015-10-222-20/+34
* Move nested functions in libelf.Chih-Hung Hsieh2015-10-223-38/+49
* elflint: Don't check shdr or TLS symbol offsets against debuginfo phdrs.Mark Wielaard2015-10-162-2/+10
* Regenerate .po files.elfutils-0.164Mark Wielaard2015-10-166-1186/+1195
* elflint: Reject mergable string sections as relocation target.Mark Wielaard2015-10-162-2/+8
* ppc: ppc_check_special_symbol): Also allow _SDA_BASE_ in .data section.Mark Wielaard2015-10-162-3/+13
* tests: Add AM_LDFLAGS to dwfl_proc_attach_LDFLAGS.Mark Wielaard2015-10-162-1/+5
* Prepare 0.164 release.Mark Wielaard2015-10-1511-1142/+1290
* libelf: Use int64_t for offsets in libelf.hJosh Stone2015-10-142-6/+11
* Do not rely on ebl_check_special_section when checking debuginfo files.Jose E. Marchesi2015-10-132-5/+19
* elflint: Check relro flags are a subset of the load segment.Mark Wielaard2015-10-132-3/+24
* libelf: Only use posix_fallocate when using mmap. Ignore unsupported errors.Mark Wielaard2015-10-122-13/+28
* ldlex: Fix sign-compare warning, suppress -Wstack-usage.Mark Wielaard2015-10-123-1/+7
* config: Use ARFLAGS 'cr'.Mark Wielaard2015-10-122-0/+8
* configure.ac: Add AM_SILENT_RULES([yes])Mark Wielaard2015-10-122-0/+6
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-0943-105/+369
* Use seek+read instead of pread to read from /dev/$$/mem files.Jose E. Marchesi2015-10-092-4/+16
* Move recursive nested function to file scope.Chih-Hung Hsieh2015-10-092-46/+53
* tests: Rename argument from check to statement in elfshphehdr.c.Mark Wielaard2015-10-092-4/+9
* strip: Only sanity check symbols to not discarded sections for debug file.Mark Wielaard2015-10-093-14/+15
* Allocate exact amount of bytes for phdrs and shdrs.Mark Wielaard2015-10-086-53/+61
* Do without union of variable length arrays.Chih-Hung Hsieh2015-10-0710-161/+194
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-0616-21/+57
* sparc: support for the check_object_attribute ebl hook.Jose E. Marchesi2015-10-064-1/+83
* Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-062-1/+6
* Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-0612-7/+37