summaryrefslogtreecommitdiffstats
path: root/lib/libelf/libelf_data.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support to the ARM platform specific section types.andrew2013-08-311-1/+9
|
* Handle MIPS .reginfo section as ELF_T_BYTEgonzo2012-03-261-0/+2
|
* Add handler for MIPS.options sectiongonzo2012-03-231-0/+2
|
* Add the ability to search for all the inlined instances of a given function.obrien2011-05-071-0/+2
| | | | | Reviewed by: jb Obtained from: Juniper Networks
* Add translation support for section type SHT_SUNW_dof.kaiw2010-08-111-0/+2
| | | | | Submitted by: rpaulo MFC after: 2 weeks
* - Document that the *fsize() functions return a size of 1 for Elfkaiw2010-07-211-0/+4
| | | | | | | | | | types that don't have a fixed size. - The *fsize() functions should return a size of 1, for variable length types. - Redefine symbol ELF_T_LAST to match the current end of the list. Obtained from: elftoolchain MFC after: 1 month
* Add the case for SHT_AMD64_UNWIND.jb2008-05-231-0/+2
|
* Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manualjkoshy2007-11-231-1/+1
| | | | | | | page and code to match. Submitted by: jb MFC After: 1 day
* Use the correct value of __FreeBSD_version.jkoshy2006-12-181-2/+1
|
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-0/+85
Bump __FreeBSD_version. Reviewed by: jb
OpenPOWER on IntegriCloud