NetBSD/external/gpl3/binutils/dist/elfcpp
2013-09-29 13:38:08 +00:00
..
arm.h
ChangeLog from ftp.gnu.org 2013-09-29 13:38:08 +00:00
dwarf.h from ftp.gnu.org 2013-09-29 13:38:08 +00:00
elfcpp_file.h
elfcpp_internal.h
elfcpp_swap.h from ftp.gnu.org 2013-09-29 13:38:08 +00:00
elfcpp.h from ftp.gnu.org 2013-09-29 13:38:08 +00:00
i386.h
mips.h from ftp.gnu.org 2013-09-29 13:38:08 +00:00
powerpc.h
README
sparc.h from ftp.gnu.org 2013-09-29 13:38:08 +00:00
x86_64.h from ftp.gnu.org 2013-09-29 13:38:08 +00:00

elfcpp is a C++ library for reading and writing ELF information.  This
was written to support gold, the ELF linker, and may not be generally
useful.

elfcpp does not do file I/O.  It deals only with offsets and memory
data.

For efficiency, most accessors are templates with two arguments: the
ELF file class (32 or 64 bits) and the endianness.