You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 99da0f2c72 pl286 release code 4 years ago
..
ChangeLog pl286 release code 4 years ago
README pl286 release code 4 years ago
aarch64.h pl286 release code 4 years ago
arm.h pl286 release code 4 years ago
dwarf.h pl286 release code 4 years ago
elfcpp.h pl286 release code 4 years ago
elfcpp_file.h pl286 release code 4 years ago
elfcpp_internal.h pl286 release code 4 years ago
elfcpp_swap.h pl286 release code 4 years ago
i386.h pl286 release code 4 years ago
mips.h pl286 release code 4 years ago
powerpc.h pl286 release code 4 years ago
sparc.h pl286 release code 4 years ago
tilegx.h pl286 release code 4 years ago
x86_64.h pl286 release code 4 years ago

README

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.

<span class="escaped-code-point" data-escaped="[U+000C]"><span class="char"> </span></span>
Copyright (C) 2012-2014 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.