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-04-23 23:31:15 +00:00
2012-09-15 17:11:28 +00:00
2010-08-04 09:53:38 +00:00
2012-01-28 01:04:22 +00:00
2012-08-14 02:22:32 +00:00
2012-04-17 01:57:23 +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.