aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
Commit message (Expand)AuthorAgeFilesLines
* Bump SHLIB_MAJOR for libelf.Kai Wang2014-01-211-1/+1
* Reapply revisions r237528, r237531 and r238741 which make libelfKai Wang2014-01-211-0/+13
* Remove INCSDIR variable which is only used in elftoolchain's own buildKai Wang2014-01-211-1/+0
* Set CFLAGS in just one line.Kai Wang2014-01-151-4/+1
* Removed source code for the old libelf and build the new libelf fromKai Wang2014-01-15109-15254/+23
* Add support to the ARM platform specific section types.Andrew Turner2013-08-311-1/+9
* Merge part of r1712 from elftoolchain, making it possible to resize ELFMark Johnston2013-02-241-127/+181
* - Make sure to set an error code when trying to obtain a data descriptor forMark Johnston2013-02-192-3/+24
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-1/+1
* Don't ever build files depending on the directory where they are placed in.Andrey A. Chernov2012-07-241-4/+2
* Add the sys directory we create to the list of items to clean.Andrew Turner2012-06-241-0/+1
* Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h.Andrew Turner2012-06-241-1/+15
* Remove repeated words.Joel Dahl2012-06-051-1/+1
* mdoc: minor Bl improvements.Joel Dahl2012-06-022-15/+15
* General mdoc(7) and typo fixes.Glen Barber2012-05-114-4/+5
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-292-2/+2
* Handle MIPS .reginfo section as ELF_T_BYTEOleksandr Tymoshenko2012-03-261-0/+2
* mdoc: sort prologue macros.Joel Dahl2012-03-263-3/+3
* Remove superfluous paragraph macro.Joel Dahl2012-03-256-6/+0
* Add handler for MIPS.options sectionOleksandr Tymoshenko2012-03-231-0/+2
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1
* Document the behavior of `elf_getdata()` and `elf_rawdata()` withKai Wang2011-05-071-4/+5
* For zero-sized sections, set the `d_buf` field of the `Elf_Data`Kai Wang2011-05-071-1/+2
* Add the ability to search for all the inlined instances of a given function.David E. O'Brien2011-05-072-1/+3
* Fix some duplicate-word typos in manpages.Ulrich Spörlein2011-03-021-1/+1
* Remove duplicate "in".Rebecca Cran2011-03-011-1/+1
* Revert some of r177626. "in in" is valid in certain sentences.Rebecca Cran2011-02-281-1/+1
* Do not allocate buffer to hold data for zero-sized sections.Alexander Kabaev2011-01-251-1/+3
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* libelf is overly strict about the type and alignment of Elf_DataKai Wang2010-09-091-11/+6
* Don't link drti.o with libelf_pic.a. This means that all software withRui Paulo2010-08-211-1/+0
* Install a PIC libelf. This will be needed by the DTrace runtimeRui Paulo2010-08-211-0/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-2/+2
* Add translation support for section type SHT_SUNW_dof.Kai Wang2010-08-111-0/+2
* Spelling fixes.Joel Dahl2010-08-031-1/+1
* Protect GNUHASH translation functions with #ifdef; unbreak crossKai Wang2010-07-281-0/+4
* * Remove a superfluous error description.Kai Wang2010-07-211-7/+5
* Add a cross-reference to `elf_rawfile(3)`.Kai Wang2010-07-211-2/+3
* * Note that ar(1) archives may also be opened using `elf_memory(3)`.Kai Wang2010-07-212-6/+10
* Remove a redundant word.Kai Wang2010-07-211-2/+2
* Move helper functions `_libelf_ar_get_{name,number,string}()` andKai Wang2010-07-214-212/+258
* Fix a memory leak.Kai Wang2010-07-211-2/+4
* * Deprecate `elf_getshnum()`, `elf_getphnum()` and `elf_getshstrndx()` inKai Wang2010-07-2112-26/+336
* Avoid switching between "unsigned char" and "char" in the C codeKai Wang2010-07-211-22/+22
* Add support for translating sections of type ELF_T_GNUHASH.Kai Wang2010-07-212-2/+208
* - Document that the *fsize() functions return a size of 1 for ElfKai Wang2010-07-214-12/+10
* Perform additional checks when translating between file and memoryKai Wang2010-07-217-65/+114
* Reduce verbosity.Kai Wang2010-07-211-2/+2
* - Return zero for file sizes of ELF types that have a variable size.Kai Wang2010-07-211-6/+9
* Note that the *_fsize() functions are only defined for ELF types thatKai Wang2010-07-211-0/+7