summaryrefslogtreecommitdiffstats
path: root/lib/libelf
Commit message (Expand)AuthorAgeFilesLines
* Merge part of r1712 from elftoolchain, making it possible to resize ELFmarkj2013-02-241-127/+181
* - Make sure to set an error code when trying to obtain a data descriptor formarkj2013-02-192-3/+24
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-191-1/+1
* Don't ever build files depending on the directory where they are placed in.ache2012-07-241-4/+2
* Add the sys directory we create to the list of items to clean.andrew2012-06-241-0/+1
* Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h.andrew2012-06-241-1/+15
* Remove repeated words.joel2012-06-051-1/+1
* mdoc: minor Bl improvements.joel2012-06-022-15/+15
* General mdoc(7) and typo fixes.gjb2012-05-114-4/+5
* Remove trailing whitespace per mdoc lint warningeadler2012-03-292-2/+2
* Handle MIPS .reginfo section as ELF_T_BYTEgonzo2012-03-261-0/+2
* mdoc: sort prologue macros.joel2012-03-263-3/+3
* Remove superfluous paragraph macro.joel2012-03-256-6/+0
* Add handler for MIPS.options sectiongonzo2012-03-231-0/+2
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Document the behavior of `elf_getdata()` and `elf_rawdata()` withkaiw2011-05-071-4/+5
* For zero-sized sections, set the `d_buf` field of the `Elf_Data`kaiw2011-05-071-1/+2
* Add the ability to search for all the inlined instances of a given function.obrien2011-05-072-1/+3
* Fix some duplicate-word typos in manpages.uqs2011-03-021-1/+1
* Remove duplicate "in".brucec2011-03-011-1/+1
* Revert some of r177626. "in in" is valid in certain sentences.brucec2011-02-281-1/+1
* 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
OpenPOWER on IntegriCloud