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 5bc71c2a6b x86-64: Add R_X86_64_CODE_6_GOTTPOFF 2 years ago
..
ChangeLog Add markers for 2.42 branch 2 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
ChangeLog-2020 ChangeLog rotation 5 years ago
README Update year range in copyright notice of binutils files 2 years ago
aarch64.h Update year range in copyright notice of binutils files 2 years ago
arm.h Update year range in copyright notice of binutils files 2 years ago
dwarf.h Update year range in copyright notice of binutils files 2 years ago
elfcpp.h Update year range in copyright notice of binutils files 2 years ago
elfcpp_file.h Update year range in copyright notice of binutils files 2 years ago
elfcpp_internal.h Update year range in copyright notice of binutils files 2 years ago
elfcpp_swap.h Update year range in copyright notice of binutils files 2 years ago
i386.h Update year range in copyright notice of binutils files 2 years ago
mips.h Update year range in copyright notice of binutils files 2 years ago
powerpc.h Update year range in copyright notice of binutils files 2 years ago
s390.h Update year range in copyright notice of binutils files 2 years ago
sparc.h Update year range in copyright notice of binutils files 2 years ago
tilegx.h Update year range in copyright notice of binutils files 2 years ago
x86_64.h x86-64: Add R_X86_64_CODE_6_GOTTPOFF 2 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-2024 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.