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.
 
 
 
 
 
 
Chenghua Xu 9108bc33b1 [MIPS] Add Loongson 2K1000 proccessor support. 8 years ago
..
ChangeLog [MIPS] Add Loongson 2K1000 proccessor support. 8 years ago
ChangeLog-0815 binutils ChangeLog rotation 10 years ago
ChangeLog-2016 ChangeLog rotation 9 years ago
ChangeLog-2017 ChangeLog rotation 8 years ago
README Update year range in copyright notice of binutils files 8 years ago
aarch64.h Add support for R_AARCH64_TLSLE_LDST8_TPREL_LO12, etc. 8 years ago
arm.h Update year range in copyright notice of binutils files 8 years ago
dwarf.h Update year range in copyright notice of binutils files 8 years ago
elfcpp.h Add support for .note.gnu.property sections. 8 years ago
elfcpp_file.h Update year range in copyright notice of binutils files 8 years ago
elfcpp_internal.h Update year range in copyright notice of binutils files 8 years ago
elfcpp_swap.h Update year range in copyright notice of binutils files 8 years ago
i386.h Update year range in copyright notice of binutils files 8 years ago
mips.h [MIPS] Add Loongson 2K1000 proccessor support. 8 years ago
powerpc.h [GOLD] PowerPC .gnu.attributes support 8 years ago
s390.h Update year range in copyright notice of binutils files 8 years ago
sparc.h Update year range in copyright notice of binutils files 8 years ago
tilegx.h Update year range in copyright notice of binutils files 8 years ago
x86_64.h Add support for .note.gnu.property sections. 8 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.


Copyright (C) 2012-2018 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.