summaryrefslogtreecommitdiffstats
path: root/lib/libelf
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Consistently use the word 'flag' to refer to ELF_F_* constants.jkoshy2007-10-225-19/+19
* Remove references to the 'e_phnum' field of the ELF header. Instead,jkoshy2007-10-212-14/+9
* Refer the reader to the elf_update(3) manual page for more informationjkoshy2007-10-211-2/+5
* Do not generate unneeded initializers.jkoshy2007-09-091-5/+4
* Fix a bug that prevented applications from laying out ELF objectsjkoshy2007-09-082-19/+51
* Cross-reference the correct manual page.jkoshy2007-07-282-2/+2
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-7/+7
* Describe the contents of the "ar_name" and "ar_rawname" fields ofjkoshy2007-03-271-6/+6
* Bug fixes to ar(1) archive handling:jkoshy2007-03-271-13/+31
* Document the return type of elf_rand(3) correctly.jkoshy2007-03-261-1/+1
* Correct a typo.jkoshy2007-03-191-3/+3
* Add GELF_* accessor macros.jkoshy2007-03-081-0/+16
* Fix a typo.jkoshy2007-03-031-2/+2
* Fix a bug with the release of section's raw data. Both release loopsdumbbell2007-02-211-1/+1
* Document the additional error returns possible when handling ELF objectsjkoshy2006-12-255-5/+25
* Keep shadow copies of the `e_shnum', `e_phnum' and `e_shstrndx'jkoshy2006-12-2513-219/+432
* Use strncpy() instead of strlcpy() when copying members ofjkoshy2006-12-251-8/+11
* Correct a logic error.jkoshy2006-12-241-8/+15
* Use <osreldate.h> rather than the OS version reported by the kerneljkoshy2006-12-189-67/+74
* Use the correct value of __FreeBSD_version.jkoshy2006-12-182-10/+9
* Fix a typo.jkoshy2006-12-161-1/+1
* Name the functions documented by this manual page correctly.jkoshy2006-12-131-2/+2
* Document the ELF types supported by libelf.jkoshy2006-12-111-1/+93
* Make the generated message from `elf_errmsg(-1)' a little more readable.jkoshy2006-12-091-1/+1
* - style: use `=' instead of `+=' for initial assignments.ru2006-11-241-4/+2
* Fix minor formatting issues:ru2006-11-1342-78/+79
* - Replace the use of DPSRCS with something more appropriate. DPSRCSjkoshy2006-11-121-5/+6
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-11101-0/+14194
OpenPOWER on IntegriCloud