summaryrefslogtreecommitdiffstats
path: root/lib/libelf/elf_begin.c
Commit message (Collapse)AuthorAgeFilesLines
* * Note that ar(1) archives may also be opened using `elf_memory(3)`.kaiw2010-07-211-4/+6
| | | | | | | | * Ignore the passed in value of the `fd` argument for ar(1) archives opened with elf_memory(3). Obtained from: elftoolchain MFC after: 1 month
* Use <unistd.h> to declare the prototype for ftruncate().kaiw2010-07-211-0/+1
| | | | | Obtained from: elftoolchain MFC after: 1 month
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-0/+156
Bump __FreeBSD_version. Reviewed by: jb
OpenPOWER on IntegriCloud