xref: /netbsd-src/external/gpl3/binutils/dist/elfcpp/README (revision cb63e24e8d6aae7ddac1859a9015f48b1d8bd90e)
1elfcpp is a C++ library for reading and writing ELF information.  This
2was written to support gold, the ELF linker, and may not be generally
3useful.
4
5elfcpp does not do file I/O.  It deals only with offsets and memory
6data.
7
8For efficiency, most accessors are templates with two arguments: the
9ELF file class (32 or 64 bits) and the endianness.
10
11
12Copyright (C) 2012-2024 Free Software Foundation, Inc.
13
14Copying and distribution of this file, with or without modification,
15are permitted in any medium without royalty provided the copyright
16notice and this notice are preserved.
17