summaryrefslogtreecommitdiffstats
path: root/lib/libelf/libelf_xlate.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed source code for the old libelf and build the new libelf fromkaiw2014-01-151-149/+0
| | | | contrib/ instead.
* Perform additional checks when translating between file and memorykaiw2010-07-211-3/+9
| | | | | | | | | | | | | | | | | | | representations of ELF types. The ELF(3) API allows applications to request a conversion that is `in-place', i.e., with source and destinations data buffers being the same. However, the file and memory sizes of ELF sections that have additional internal structure, such as those of type `Elf_Note', or `Elf_GNU_Hash_Header', can be determined only known after the type-specific headers that comprise the first few words in these sections are read and translated. Pass in the size of destination buffer to type translation routines in "libelf_convert.m4" and have these routines return an error code if the translated data would not fit inside the destination buffer. Obtained from: elftoolchain MFC after: 1 month
* - Allow source descriptors with no data to be used as arguments to thejkoshy2007-11-261-6/+5
| | | | | | | | | elf{32,64}_xlateto[fm]() translation functions. This change makes our libelf compatible with other ELF(3) implementations. [1] - Update manual page to reflect this change. - Style fixes: wrap a long line. Submitted by: jb [1]
* Correct a logic error.jkoshy2006-12-241-8/+15
|
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-0/+137
Bump __FreeBSD_version. Reviewed by: jb
OpenPOWER on IntegriCloud