URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [elfcpp/] [README] - Rev 476
Go to most recent revision | Compare with Previous | Blame | View Log
elfcpp is a C++ library for reading and writing ELF information. Thiswas written to support gold, the ELF linker, and may not be generallyuseful.elfcpp does not do file I/O. It deals only with offsets and memorydata.For efficiency, most accessors are templates with two arguments: theELF file class (32 or 64 bits) and the endianness.
Go to most recent revision | Compare with Previous | Blame | View Log
