| Commit message (Expand) | Author | Age | Files | Lines |
* | libelf: Don't error out when sanity checking e_shoff if scncnt is zero. | Mark Wielaard | 2017-10-13 | 2 | -2/+7 |
* | libelf: Add ELF_E_INVALID_ELF error value. | Mark Wielaard | 2017-10-13 | 5 | -23/+78 |
* | Make sure packed structs follow the gcc memory layout | Ulf Hermann | 2017-09-20 | 2 | -1/+5 |
* | Check if gcc complains about __attribute__ (visibility(..)) | Ulf Hermann | 2017-08-18 | 2 | -1/+5 |
* | Check for -z,defs, -z,relro, -fPIC, -fPIE before using them | Ulf Hermann | 2017-08-18 | 2 | -3/+7 |
* | libelf: Sync elf.h from glibc. | Mark Wielaard | 2017-08-15 | 2 | -3/+97 |
* | ppc64: Add HTM SPRs support to readelf | Gustavo Romero | 2017-07-25 | 2 | -0/+5 |
* | Unify linking of libasm, libelf, libdw, backends | Ulf Hermann | 2017-07-24 | 2 | -5/+17 |
* | Avoid double-including config.h | Ulf Hermann | 2017-05-02 | 2 | -4/+4 |
* | Use F_GETFD rather than F_GETFL to check validity of file descriptor | Ulf Hermann | 2017-05-02 | 2 | -1/+5 |
* | Make __attribute__ conditional in all installed headers | Ulf Hermann | 2017-05-02 | 2 | -7/+36 |
* | On elf_update, remember when we mmap() | Ulf Hermann | 2017-04-28 | 2 | -0/+6 |
* | libelf: Initialize n to zero in elf_getarsym. | Mark Wielaard | 2017-04-19 | 2 | -1/+5 |
* | libelf: Always update last_offset in updatefile and updatemmap. | Mark Wielaard | 2017-04-04 | 2 | -5/+9 |
* | libelf: Check compression ratio before trying to allocate output buffer. | Mark Wielaard | 2017-04-03 | 2 | -0/+14 |
* | libelf: gelf_newehdr and gelf_newehdr should return void *. | Akihiko Odaki | 2016-12-07 | 4 | -10/+22 |
* | libelf: Sanity check offset and size before trying to malloc and read data. | Mark Wielaard | 2016-11-10 | 2 | -0/+16 |
* | libelf: Always set ELF maxsize when reading an ELF file for sanity checks. | Mark Wielaard | 2016-11-10 | 2 | -18/+27 |
* | Do not depend on some non-POSIX features. | Akihiko Odaki | 2016-10-13 | 3 | -8/+38 |
* | lib: Provide MAX and MIN in system.h | Akihiko Odaki | 2016-10-12 | 5 | -8/+10 |
* | libelf: Fix memory leak in elf_compress for mmapped ELF files. | Mark Wielaard | 2016-08-15 | 4 | -6/+24 |
* | Remove eu-ld and unused code. | Mark Wielaard | 2016-08-03 | 2 | -25/+6 |
* | libelf: Allow updating phdrs for any e_type. | Mark Wielaard | 2016-07-11 | 3 | -40/+40 |
* | libelf: find 1st section instead of assuming | John Ogness | 2016-06-28 | 3 | -23/+32 |
* | Sync elf.h from glibc | Richard Henderson | 2016-06-28 | 2 | -83/+202 |
* | libelf: Fix memory leak when zlib deflateInit fails in elf_compress. | Mark Wielaard | 2016-04-14 | 2 | -0/+6 |
* | libelf: Don't leak memory when out of memory in updatemmap. | Mark Wielaard | 2016-02-22 | 2 | -1/+7 |
* | Add new i386 and x86_64 relocation types. | Mark Wielaard | 2016-02-19 | 2 | -5/+22 |
* | Add NT_ARM_SYSTEM_CALL aarch64 syscall regset. | Mark Wielaard | 2016-02-15 | 2 | -0/+5 |
* | libelf: elf_getdata should not adjust alignment for SHT_NOBITS sections. | Mark Wielaard | 2016-02-10 | 2 | -2/+7 |
* | Move nested functions in elf_compress.c and elf_strptr.c. | Chih-Hung Hsieh | 2016-01-23 | 3 | -26/+39 |
* | libelf: Add ELF compression types and defines to libelf.h for older glibc. | Mark Wielaard | 2016-01-14 | 2 | -0/+33 |
* | libelf: Make elf_strptr index correctly into compressed section data. | Mark Wielaard | 2016-01-06 | 4 | -43/+120 |
* | libelf: Add elf_compress and elf_compress_gnu. | Mark Wielaard | 2016-01-06 | 13 | -22/+896 |
* | libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr. | Mark Wielaard | 2016-01-06 | 17 | -14/+335 |
* | Make zlib mandatory. | Mark Wielaard | 2015-10-26 | 2 | -1/+5 |
* | elf.h: Update from glibc. Add section compression constants and structures. | Mark Wielaard | 2015-10-22 | 2 | -0/+30 |
* | libelf: use the right size when preading in[0].sh_size | Jose E. Marchesi | 2015-10-22 | 2 | -1/+6 |
* | Move nested functions in libelf. | Chih-Hung Hsieh | 2015-10-22 | 3 | -38/+49 |
* | libelf: Use int64_t for offsets in libelf.h | Josh Stone | 2015-10-14 | 2 | -6/+11 |
* | libelf: Only use posix_fallocate when using mmap. Ignore unsupported errors. | Mark Wielaard | 2015-10-12 | 2 | -13/+28 |
* | Trust AC_SYS_LARGEFILE to provide large file support | Josh Stone | 2015-10-09 | 3 | -4/+9 |
* | Do without union of variable length arrays. | Chih-Hung Hsieh | 2015-10-07 | 2 | -8/+11 |
* | Improve AM_SILENT_RULES coverage | Josh Stone | 2015-10-06 | 2 | -2/+6 |
* | Use -fPIC instead of -fpic when generating PIC code. | Jose E. Marchesi | 2015-10-06 | 2 | -1/+6 |
* | libelf: Always update e_version and e_shentsize in elf_update. | Mark Wielaard | 2015-10-05 | 2 | -5/+13 |
* | Properly mark all internal function definitions. | Mark Wielaard | 2015-09-23 | 8 | -0/+23 |
* | Remove old-style function definitions. | Mark Wielaard | 2015-09-23 | 86 | -398/+189 |
* | Update dl-hash.h from glibc. | Mark Wielaard | 2015-09-23 | 2 | -41/+38 |
* | libelf: Don't leak memory on failure paths in elf_updatefile. | Mark Wielaard | 2015-06-19 | 2 | -12/+22 |