summaryrefslogtreecommitdiffstats
path: root/libelf
Commit message (Expand)AuthorAgeFilesLines
* Update elf.h from glibc.Mark Wielaard2014-07-042-1/+33
* Remove mudflap build option.Mark Wielaard2014-04-184-14/+8
* robustify: libelf gelf define INVALID_NDX macro.Jakub Jelinek2014-01-2320-103/+74
* robustify: libelf.Jakub Jelinek2014-01-239-18/+139
* libelf: Only memcpy ehdr back when not already directly mmapped.Mark Wielaard2013-11-112-1/+6
* libelf: Write all section headers if elf flags contains ELF_F_DIRTY.Mark Wielaard2013-11-052-2/+9
* Check for prefixed ar, readelf, and nmMichael Forney2013-11-052-1/+5
* Update elf.h from glibcPetr Machata2013-10-012-2/+154
* Update elf.h from glibcPetr Machata2013-09-262-111/+261
* gelf.h: Fix typo in comment.Namhyung Kim2013-08-282-1/+5
* gelf_getauxv: Add missing whitespace.Mark Wielaard2013-08-282-2/+6
* gelf_getauxv: Remove unnecessary casts to char *.Mark Wielaard2013-08-272-1/+5
* gelf_getauxv: Use memcpy, not pointer deref, to avoid alignment problems.Kurt Roeckx2013-08-262-1/+7
* elf_getarsym: Handle unaligned data in archive index.Roland McGrath2013-01-072-0/+6
* elf_getarsym: Use memcpy instead of pointer dereference so as not to assume t...Roland McGrath2013-01-072-1/+8
* Update elf.h from glibc.Petr Machata2012-09-172-0/+16
* Update elf.h from glibc.Roland McGrath2012-08-162-23/+257
* elf32_checksum.c: Removed unused ebl_debugscn_p define and confusing comment.Mark Wielaard2012-08-142-5/+5
* Implement support for archives with 64-bit symbol tablePetr Machata2012-08-073-43/+98
* elf_getshdr should work for elf->flags & ELF_F_MALLOCED.Mark Wielaard2012-07-242-4/+12
* elf*_xlatetom: do not check ELF_T_NHDR has integer number of recordsPetr Machata2012-07-172-2/+11
* Update name, license and contributor policy.Mark Wielaard2012-06-05125-4975/+2375
* Remove .mtn-ignore and .cvsignore files.Mark Wielaard2012-06-051-1/+0
* elf32_offscn.c: Do not match SHT_NOBITS sections at OFFSET.Mark Wielaard2012-04-022-1/+7
* Don't exclude sh_type >= SHT_NUM from stripping.Roland McGrath2012-03-222-5/+6
* elf_end.c (elf_end): Call rwlock_unlock before rwlock_fini.Mark Wielaard2012-02-262-0/+5
* Fix doubled words.Marek Polacek2011-04-161-1/+1
* Fix off64_t overflow when MAXIMUM_SIZE == ~0.Jan Kratochvil2011-01-052-2/+7
* Add missing size entries for ELF_T_LIB and ELF_T_GNUHASH.Roland McGrath2010-08-183-4/+17
* Implicitly set dirty bitUlrich Drepper2010-06-144-3/+18
* Fix typo in last change.Roland McGrath2010-04-141-1/+1
* Handle truncated phdrs without crash.Roland McGrath2010-04-143-10/+18
* Update elf.h from glibc.Roland McGrath2010-04-132-2/+3
* Complete SH port.Matt Fleming2010-04-102-0/+28
* Fix some message typos and xgettext markers.Roland McGrath2010-04-062-3/+8
* Fix for the samePetr Machata2010-04-062-3/+11
* elf.h: Update from glibc.Roland McGrath2010-03-112-1/+11
* Update elf.hUlrich Drepper2010-03-042-2/+38
* Avoid wild section data pointers from bogus sh_offset in mapped files.Roland McGrath2010-02-172-8/+20
* Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-152-22/+6
* Add elf_getphdrnum, support >65536 phdrs.Roland McGrath2010-01-0714-47/+264
* Fix fill_mmap for sections past the section headersLubomir Rintel2010-01-042-2/+10
* Fix whitespace, copyright years.Roland McGrath2009-11-101-2/+2
* __libelf_readall: Fetch file size if not yet known.Roland McGrath2009-11-102-2/+26
* Mark the archive header as unusable when there is no next ar element.Mark Wielaard2009-11-062-0/+9
* Makefile.am (libelf.so): Use -Wl,-z,defs not -defs.Mark Wielaard2009-08-122-1/+5
* Update elf.h from glibc.Ulrich Drepper2009-07-262-0/+7
* Fix handling of gaps between sections when writing files in libelf.Lubomir Rintel2009-07-212-2/+10
* Reorder Elf struct members for optimal packing.Roland McGrath2009-07-082-26/+25
* Add support for STB_GNU_UNIQUE to libebl.Ulrich Drepper2009-07-082-0/+5