2012-12-10 12:48:03 +00:00
..
2012-10-30 12:44:58 +00:00
2012-12-10 12:48:03 +00:00
2012-05-01 22:46:36 +00:00
2012-09-15 17:11:28 +00:00
2012-08-14 02:22:32 +00:00
2012-09-15 17:11:28 +00:00
2012-05-11 11:10:19 +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.