freebsd-dev/lib/libelf
Andrew Turner ec280fdbf5 Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h.
When building libelf in the bootstrap stage this would include the tree
versions of, for example, sys/_types.h. This would work as long as the
tree's version of this file was close enough to the system's version of
the file. If, however, there was a change in the tree such that the location
of a typedef was moved this would cause problems. In this case the version
of sys/_types.h in the tree no longer defines __wchar_t and expects it to
to be defined in machine/_types.h, however we pick up machine/_types.h from
the system and find it is not defined there. The solution is to restrict the
parts of sys er include from the tree to those that are needed.

This fixes the recent Tinderbox failure.

Pointy Hat to:	andrew
2012-06-24 08:43:34 +00:00
..
_libelf.h Move helper functions _libelf_ar_get_{name,number,string}() and 2010-07-21 12:54:34 +00:00
elf_begin.3 Remove repeated words. 2012-06-05 18:19:52 +00:00
elf_begin.c * Note that ar(1) archives may also be opened using elf_memory(3). 2010-07-21 13:18:57 +00:00
elf_cntl.3 Fix some duplicate-word typos in manpages. 2011-03-02 21:59:53 +00:00
elf_cntl.c MFP4: Add an implementation of the ELF(3) and GELF(3) API set. 2006-11-11 17:16:35 +00:00
elf_data.c For zero-sized sections, set the d_buf field of the Elf_Data 2011-05-07 11:04:36 +00:00
elf_end.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_end.c
elf_errmsg.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_errmsg.c Make the generated message from `elf_errmsg(-1)' a little more readable. 2006-12-09 16:27:15 +00:00
elf_errno.c
elf_fill.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_fill.c
elf_flag.c
elf_flagdata.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_getarhdr.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_getarhdr.c
elf_getarsym.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_getarsym.c
elf_getbase.3 * Improve compatibility with existing application code by permitting the 2010-06-13 10:58:50 +00:00
elf_getbase.c * Improve compatibility with existing application code by permitting the 2010-06-13 10:58:50 +00:00
elf_getdata.3 General mdoc(7) and typo fixes. 2012-05-11 20:06:46 +00:00
elf_getident.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_getident.c
elf_getphdrnum.3 mdoc: sort prologue macros. 2012-03-26 19:23:57 +00:00
elf_getphnum.3 Remove superfluous paragraph macro. 2012-03-25 12:13:24 +00:00
elf_getscn.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_getshdrnum.3 mdoc: sort prologue macros. 2012-03-26 19:23:57 +00:00
elf_getshdrstrndx.3 mdoc: sort prologue macros. 2012-03-26 19:23:57 +00:00
elf_getshnum.3 Remove superfluous paragraph macro. 2012-03-25 12:13:24 +00:00
elf_getshstrndx.3 Remove superfluous paragraph macro. 2012-03-25 12:13:24 +00:00
elf_hash.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_hash.c
elf_kind.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_kind.c
elf_memory.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_memory.c
elf_next.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_next.c
elf_phnum.c * Deprecate elf_getshnum(), elf_getphnum() and elf_getshstrndx() in 2010-07-21 12:14:50 +00:00
elf_rand.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_rand.c
elf_rawfile.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_rawfile.c
elf_scn.c Perform additional checks when translating between file and memory 2010-07-21 10:25:02 +00:00
elf_shnum.c * Deprecate elf_getshnum(), elf_getphnum() and elf_getshstrndx() in 2010-07-21 12:14:50 +00:00
elf_shstrndx.c * Deprecate elf_getshnum(), elf_getphnum() and elf_getshstrndx() in 2010-07-21 12:14:50 +00:00
elf_strptr.3 General mdoc(7) and typo fixes. 2012-05-11 20:06:46 +00:00
elf_strptr.c Relax the strict type check because gcc as distributed doesn't create 2008-05-23 07:35:36 +00:00
elf_types.m4 Add support for translating sections of type ELF_T_GNUHASH. 2010-07-21 10:57:22 +00:00
elf_update.3 - change "is is" to "is" or "it is" 2011-10-16 14:30:28 +00:00
elf_update.c libelf is overly strict about the type and alignment of Elf_Data 2010-09-09 18:51:50 +00:00
elf_version.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
elf_version.c
elf.3 mdoc: minor Bl improvements. 2012-06-02 08:47:26 +00:00
gelf_cap.c Use <osreldate.h> rather than the OS version reported by the kernel 2006-12-18 05:40:01 +00:00
gelf_checksum.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_checksum.c
gelf_dyn.c
gelf_ehdr.c Bug fix: when updating headers using the gelf_update_*() functions, 2010-07-21 08:58:52 +00:00
gelf_fsize.3 - Document that the *fsize() functions return a size of 1 for Elf 2010-07-21 10:39:29 +00:00
gelf_fsize.c
gelf_getcap.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getclass.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getclass.c
gelf_getdyn.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getehdr.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getmove.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getphdr.3 General mdoc(7) and typo fixes. 2012-05-11 20:06:46 +00:00
gelf_getrel.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getrela.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getshdr.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getsym.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getsyminfo.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_getsymshndx.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_move.c Use <osreldate.h> rather than the OS version reported by the kernel 2006-12-18 05:40:01 +00:00
gelf_newehdr.3 General mdoc(7) and typo fixes. 2012-05-11 20:06:46 +00:00
gelf_newphdr.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_phdr.c Bug fix: when updating headers using the gelf_update_*() functions, 2010-07-21 08:58:52 +00:00
gelf_rel.c Translate the r_info field of ELF relocation records when converting 2008-03-02 06:33:10 +00:00
gelf_rela.c Translate the r_info field of ELF relocation records when converting 2008-03-02 06:33:10 +00:00
gelf_shdr.c Bug fix: when updating headers using the gelf_update_*() functions, 2010-07-21 08:58:52 +00:00
gelf_sym.c
gelf_syminfo.c Use <osreldate.h> rather than the OS version reported by the kernel 2006-12-18 05:40:01 +00:00
gelf_symshndx.c
gelf_update_ehdr.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf_xlate.c
gelf_xlatetof.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
gelf.3 mdoc: minor Bl improvements. 2012-06-02 08:47:26 +00:00
gelf.h Add GELF_* accessor macros. 2007-03-08 04:01:30 +00:00
libelf_align.c Changes for supporting GNU Hash sections. 2010-07-21 09:56:42 +00:00
libelf_allocate.c Fix a bug with the release of section's raw data. Both release loops 2007-02-21 08:14:22 +00:00
libelf_ar_util.c Move helper functions _libelf_ar_get_{name,number,string}() and 2010-07-21 12:54:34 +00:00
libelf_ar.c Move helper functions _libelf_ar_get_{name,number,string}() and 2010-07-21 12:54:34 +00:00
libelf_checksum.c Keep shadow copies of the e_shnum', e_phnum' and `e_shstrndx' 2006-12-25 02:22:22 +00:00
libelf_convert.m4 Remove duplicate "in". 2011-03-01 11:47:51 +00:00
libelf_data.c Handle MIPS .reginfo section as ELF_T_BYTE 2012-03-26 21:31:57 +00:00
libelf_ehdr.c Perform additional checks when translating between file and memory 2010-07-21 10:25:02 +00:00
libelf_extended.c Keep shadow copies of the e_shnum', e_phnum' and `e_shstrndx' 2006-12-25 02:22:22 +00:00
libelf_fsize.m4 - Document that the *fsize() functions return a size of 1 for Elf 2010-07-21 10:39:29 +00:00
libelf_msize.m4 Changes for supporting GNU Hash sections. 2010-07-21 09:56:42 +00:00
libelf_phdr.c Perform additional checks when translating between file and memory 2010-07-21 10:25:02 +00:00
libelf_shdr.c
libelf_xlate.c Perform additional checks when translating between file and memory 2010-07-21 10:25:02 +00:00
libelf.c
libelf.h * Deprecate elf_getshnum(), elf_getphnum() and elf_getshstrndx() in 2010-07-21 12:14:50 +00:00
Makefile Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h. 2012-06-24 08:43:34 +00:00
README Add a README. 2009-01-05 05:14:26 +00:00
Version.map * Deprecate elf_getshnum(), elf_getphnum() and elf_getshstrndx() in 2010-07-21 12:14:50 +00:00

# $FreeBSD$
# $NetBSD$

libelf: a BSD-licensed implementation of the ELF(3)/GELF(3) API.

Documentation:
 * Manual page elf.3 contains an overview of the library.  Other
   manual pages document individual APIs in the library.
 * A tutorial "libelf by Example" is available at:
   http://people.freebsd.org/~jkoshy/download/libelf/article.html
	
For ongoing development please see http://elftoolchain.sourceforge.net/