summaryrefslogtreecommitdiffstats
path: root/lib/libelf/elf_update.c
Commit message (Expand)AuthorAgeFilesLines
* Merge part of r1712 from elftoolchain, making it possible to resize ELFmarkj2013-02-241-127/+181
* libelf is overly strict about the type and alignment of Elf_Datakaiw2010-09-091-11/+6
* Fix a memory leak.kaiw2010-07-211-2/+4
* Allow an application that updates only the ELF Ehdr to work.kaiw2010-07-211-6/+6
* Bug fix: permit the creation of zero-sized sections.kaiw2010-07-211-5/+7
* Improve compatibility with other implementations of the ELF(3) API:kaiw2010-07-211-2/+2
* Remove a superfluous comment.kaiw2010-07-211-1/+0
* Ensure that the section header table is written out in an orderjkoshy2008-03-191-3/+2
* - Fix an off-by-one bug in _libelf_insert_section(). [1]jkoshy2008-03-031-5/+11
* Fix a bug that prevented applications from laying out ELF objectsjkoshy2007-09-081-17/+44
* Keep shadow copies of the `e_shnum', `e_phnum' and `e_shstrndx'jkoshy2006-12-251-7/+11
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-0/+880
OpenPOWER on IntegriCloud