summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libelf: Make elf_strptr index correctly into compressed section data.mjw/compress3Mark Wielaard2015-11-2610-57/+443
* readelf: Extend -z to dumping hex and string sections (-x and -p).Mark Wielaard2015-11-266-10/+398
* libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2015-11-2617-21/+1475
* readelf: Add -z,--decompress option.Mark Wielaard2015-11-205-4/+281
* libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.Mark Wielaard2015-11-2026-18/+645
* libdwelf: Add dwelf_scn_gnu_compressed_size.Mark Wielaard2015-11-1914-6/+334
* 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
* sparc: fix the extraction of relocation IDs from r_type fields.Jose E. Marchesi2015-10-063-1/+27
* sparc: add some missing relocation types.Jose E. Marchesi2015-10-052-0/+8
* unstrip: Update sh_info when SH_INFO_LINK_P not just when SHF_INFO_LINK setMark Wielaard2015-10-052-1/+6
* Handle merged strtab/shstrtab string tables in strip and unstrip.Mark Wielaard2015-10-057-10/+818
* libelf: Always update e_version and e_shentsize in elf_update.Mark Wielaard2015-10-055-7/+207
* Move 4 libdwfl nested functions.Chih-Hung Hsieh2015-10-053-138/+182