summaryrefslogtreecommitdiffstats
path: root/lib/libelf
Commit message (Expand)AuthorAgeFilesLines
* Do not allocate buffer to hold data for zero-sized sections.kan2011-01-251-1/+3
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* libelf is overly strict about the type and alignment of Elf_Datakaiw2010-09-091-11/+6
* Don't link drti.o with libelf_pic.a. This means that all software withrpaulo2010-08-211-1/+0
* Install a PIC libelf. This will be needed by the DTrace runtimerpaulo2010-08-211-0/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-2/+2
* Add translation support for section type SHT_SUNW_dof.kaiw2010-08-111-0/+2
* Spelling fixes.joel2010-08-031-1/+1
* Protect GNUHASH translation functions with #ifdef; unbreak crosskaiw2010-07-281-0/+4
* * Remove a superfluous error description.kaiw2010-07-211-7/+5
* Add a cross-reference to `elf_rawfile(3)`.kaiw2010-07-211-2/+3
* * Note that ar(1) archives may also be opened using `elf_memory(3)`.kaiw2010-07-212-6/+10
* Remove a redundant word.kaiw2010-07-211-2/+2
* Move helper functions `_libelf_ar_get_{name,number,string}()` andkaiw2010-07-214-212/+258
* Fix a memory leak.kaiw2010-07-211-2/+4
* * Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` inkaiw2010-07-2112-26/+336
* Avoid switching between "unsigned char" and "char" in the C codekaiw2010-07-211-22/+22
* Add support for translating sections of type ELF_T_GNUHASH.kaiw2010-07-212-2/+208
* - Document that the *fsize() functions return a size of 1 for Elfkaiw2010-07-214-12/+10
* Perform additional checks when translating between file and memorykaiw2010-07-217-65/+114
* Reduce verbosity.kaiw2010-07-211-2/+2
* - Return zero for file sizes of ELF types that have a variable size.kaiw2010-07-211-6/+9
* Note that the *_fsize() functions are only defined for ELF types thatkaiw2010-07-211-0/+7
* Changes for supporting GNU Hash sections.kaiw2010-07-213-2/+14
* Add a new ELF type denoting GNU style hash tables.kaiw2010-07-211-0/+1
* Allow an application that updates only the ELF Ehdr to work.kaiw2010-07-213-7/+8
* Use <unistd.h> to declare the prototype for ftruncate().kaiw2010-07-211-0/+1
* 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
* Bug fix: when updating headers using the gelf_update_*() functions,kaiw2010-07-213-6/+6
* - Correctly handle sections of type SHT_NOBITS. For these sections:kaiw2010-07-212-19/+52
* Remove a superfluous comment.kaiw2010-07-211-1/+0
* * Improve compatibility with existing application code by permitting thekaiw2010-06-132-13/+19
* mdoc: fix parenthesisuqs2010-05-111-2/+4
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-1444-44/+44
* Remove useless .TE groff macro.brueffer2010-01-121-1/+0
* Build lib/ with WARNS=6 by default.ed2010-01-021-2/+0
* Don't need to set symbol, default value is OK.obrien2009-03-121-1/+1
* Add a README.jkoshy2009-01-051-0/+12
* Relax the strict type check because gcc as distributed doesn't createjb2008-05-231-1/+1
* Change the alignment of the NOTE to match what gcc does.jb2008-05-231-1/+1
* Add the case for SHT_AMD64_UNWIND.jb2008-05-231-0/+2
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Ensure that the section header table is written out in an orderjkoshy2008-03-191-3/+2
* Clarify that the ELF library only sets the sh_entsize field of ajkoshy2008-03-191-4/+4
* - Fix an off-by-one bug in _libelf_insert_section(). [1]jkoshy2008-03-031-5/+11
* Translate the r_info field of ELF relocation records when convertingjkoshy2008-03-022-4/+23
* Document the return type for gelf_fsize(3).jkoshy2008-02-041-1/+2
* - Allow source descriptors with no data to be used as arguments to thejkoshy2007-11-262-12/+5
* Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manualjkoshy2007-11-232-1/+2
OpenPOWER on IntegriCloud