History log of /freebsd-10.1-release/lib/libelf/libelf_data.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 255105 31-Aug-2013 andrew

Add support to the ARM platform specific section types.


# 233524 26-Mar-2012 gonzo

Handle MIPS .reginfo section as ELF_T_BYTE


# 233401 23-Mar-2012 gonzo

Add handler for MIPS.options section


# 221569 06-May-2011 obrien

Add the ability to search for all the inlined instances of a given function.

Reviewed by: jb
Obtained from: Juniper Networks


# 211192 11-Aug-2010 kaiw

Add translation support for section type SHT_SUNW_dof.

Submitted by: rpaulo
MFC after: 2 weeks


# 210340 21-Jul-2010 kaiw

- Document that the *fsize() functions return a size of 1 for Elf
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


# 179239 23-May-2008 jb

Add the case for SHT_AMD64_UNWIND.


# 173869 23-Nov-2007 jkoshy

Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manual
page and code to match.

Submitted by: jb
MFC After: 1 day


# 165316 18-Dec-2006 jkoshy

Use the correct value of __FreeBSD_version.


# 164190 11-Nov-2006 jkoshy

MFP4: Add an implementation of the ELF(3) and GELF(3) API set.

Bump __FreeBSD_version.

Reviewed by: jb