buildtools/binutils/elfcpp
2013-04-03 21:39:13 +02:00
..
arm.h Merge binutils 2.22 2012-01-06 00:20:08 +01:00
ChangeLog import binutils 2.23.2 2013-04-03 21:39:13 +02:00
dwarf.h import binutils 2.23.2 2013-04-03 21:39:13 +02:00
elfcpp_file.h Merge binutils 2.22 2012-01-06 00:20:08 +01:00
elfcpp_internal.h Adding binutils 2.19 to trunk. 2009-01-25 21:40:16 +00:00
elfcpp_swap.h import binutils 2.23.2 2013-04-03 21:39:13 +02:00
elfcpp.h import binutils 2.23.2 2013-04-03 21:39:13 +02:00
i386.h Merge binutils 2.22 2012-01-06 00:20:08 +01:00
mips.h import binutils 2.23.2 2013-04-03 21:39:13 +02:00
powerpc.h Merge binutils 2.22 2012-01-06 00:20:08 +01:00
README Adding binutils 2.19 to trunk. 2009-01-25 21:40:16 +00:00
sparc.h import binutils 2.23.2 2013-04-03 21:39:13 +02:00
x86_64.h import binutils 2.23.2 2013-04-03 21:39:13 +02: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.