Retro68/binutils/elfcpp
2012-03-26 21:18:29 +02:00
..
arm.h add binutils-2.20.1 2012-03-26 21:18:29 +02:00
ChangeLog add binutils-2.20.1 2012-03-26 21:18:29 +02:00
dwarf.h add binutils-2.20.1 2012-03-26 21:18:29 +02:00
elfcpp_file.h add binutils-2.20.1 2012-03-26 21:18:29 +02:00
elfcpp_internal.h add binutils-2.20.1 2012-03-26 21:18:29 +02:00
elfcpp_swap.h add binutils-2.20.1 2012-03-26 21:18:29 +02:00
elfcpp.h add binutils-2.20.1 2012-03-26 21:18:29 +02:00
i386.h add binutils-2.20.1 2012-03-26 21:18:29 +02:00
powerpc.h add binutils-2.20.1 2012-03-26 21:18:29 +02:00
README add binutils-2.20.1 2012-03-26 21:18:29 +02:00
sparc.h add binutils-2.20.1 2012-03-26 21:18:29 +02:00
x86_64.h add binutils-2.20.1 2012-03-26 21:18:29 +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.