aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes for supporting GNU Hash sections.Kai Wang2010-07-213-2/+14
* Add a new ELF type denoting GNU style hash tables.Kai Wang2010-07-211-0/+1
* Allow an application that updates only the ELF Ehdr to work.Kai Wang2010-07-213-7/+8
* Use <unistd.h> to declare the prototype for ftruncate().Kai Wang2010-07-211-0/+1
* Bug fix: permit the creation of zero-sized sections.Kai Wang2010-07-211-5/+7
* Improve compatibility with other implementations of the ELF(3) API:Kai Wang2010-07-211-2/+2
* Bug fix: when updating headers using the gelf_update_*() functions,Kai Wang2010-07-213-6/+6
* - Correctly handle sections of type SHT_NOBITS. For these sections:Kai Wang2010-07-212-19/+52
* Remove a superfluous comment.Kai Wang2010-07-211-1/+0
* * Improve compatibility with existing application code by permitting theKai Wang2010-06-132-13/+19
* mdoc: fix parenthesisUlrich Spörlein2010-05-111-2/+4
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-1444-44/+44
* Remove useless .TE groff macro.Christian Brueffer2010-01-121-1/+0
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Don't need to set symbol, default value is OK.David E. O'Brien2009-03-121-1/+1
* Add a README.Joseph Koshy2009-01-051-0/+12
* Relax the strict type check because gcc as distributed doesn't createJohn Birrell2008-05-231-1/+1
* Change the alignment of the NOTE to match what gcc does.John Birrell2008-05-231-1/+1
* Add the case for SHT_AMD64_UNWIND.John Birrell2008-05-231-0/+2
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Ensure that the section header table is written out in an orderJoseph Koshy2008-03-191-3/+2
* Clarify that the ELF library only sets the sh_entsize field of aJoseph Koshy2008-03-191-4/+4
* - Fix an off-by-one bug in _libelf_insert_section(). [1]Joseph Koshy2008-03-031-5/+11
* Translate the r_info field of ELF relocation records when convertingJoseph Koshy2008-03-022-4/+23
* Document the return type for gelf_fsize(3).Joseph Koshy2008-02-041-1/+2
* - Allow source descriptors with no data to be used as arguments to theJoseph Koshy2007-11-262-12/+5
* Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manualJoseph Koshy2007-11-232-1/+2
* Consistently use the word 'flag' to refer to ELF_F_* constants.Joseph Koshy2007-10-225-19/+19
* Remove references to the 'e_phnum' field of the ELF header. Instead,Joseph Koshy2007-10-212-14/+9
* Refer the reader to the elf_update(3) manual page for more informationJoseph Koshy2007-10-211-2/+5