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.
 
 
 
 
 
 
H.J. Lu 586e30940e gold: Update GNU_PROPERTY_X86_XXX macros 6 years ago
..
ChangeLog gold: Update GNU_PROPERTY_X86_XXX macros 6 years ago
ChangeLog-0815 binutils ChangeLog rotation 10 years ago
ChangeLog-2016 ChangeLog rotation 9 years ago
ChangeLog-2017 ChangeLog rotation 8 years ago
ChangeLog-2018 ChangeLog rotation 7 years ago
ChangeLog-2019 ChangeLog rotation 6 years ago
README Update year range in copyright notice of binutils files 6 years ago
aarch64.h Update year range in copyright notice of binutils files 6 years ago
arm.h Update year range in copyright notice of binutils files 6 years ago
dwarf.h Re: Sync libiberty and include with GCC for get_DW_UT_name 6 years ago
elfcpp.h gold: Update GNU_PROPERTY_X86_XXX macros 6 years ago
elfcpp_file.h Update year range in copyright notice of binutils files 6 years ago
elfcpp_internal.h Update year range in copyright notice of binutils files 6 years ago
elfcpp_swap.h libctf, elfcpp, gold: do not assume that <byteswap.h> contains bswap_* 6 years ago
i386.h Update year range in copyright notice of binutils files 6 years ago
mips.h Update year range in copyright notice of binutils files 6 years ago
powerpc.h Rename PowerPC64 pcrel GOT TLS relocations 6 years ago
s390.h Update year range in copyright notice of binutils files 6 years ago
sparc.h Update year range in copyright notice of binutils files 6 years ago
tilegx.h Update year range in copyright notice of binutils files 6 years ago
x86_64.h Update year range in copyright notice of binutils files 6 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-2020 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.