summaryrefslogtreecommitdiffstats
path: root/lib/libelf/elf_update.3
Commit message (Collapse)AuthorAgeFilesLines
* Consistently use the word 'flag' to refer to ELF_F_* constants.jkoshy2007-10-221-2/+2
| | | | MFC after: 1 day
* Fix a bug that prevented applications from laying out ELF objectsjkoshy2007-09-081-2/+7
| | | | | | | | | | | | | with section header tables residing in between other sections. Introduce additional checks for overlaps between section data and the section header table when the application is performing section layout. Document additional error returns. Reported by: Kai Wang <kaiw27 at gmail dot com> Approved by: re (rwatson)
* Document the additional error returns possible when handling ELF objectsjkoshy2006-12-251-1/+5
| | | | that require extended numbering.
* Fix minor formatting issues:ru2006-11-131-11/+11
| | | | | | | - make document title match filename; - remove hard sentence breaks, whitespace at EOL, and double whitespace; - sort SEE ALSO xrefs, adding missing section numbers; - fix a misspelled macro name.
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-0/+277
Bump __FreeBSD_version. Reviewed by: jb
OpenPOWER on IntegriCloud