Retro68/binutils/elfcpp
Wolfgang Thaller f485e125c4 binutils 2.39 2022-10-27 20:45:45 +02:00
..
ChangeLog binutils 2.39 2022-10-27 20:45:45 +02:00
ChangeLog-0815 upgrade gcc to 6.3.0, binutils to 2.28 2017-04-10 13:32:00 +02:00
ChangeLog-2016 Update gcc to 7.2.0, binutils to 2.29, newlib to 2.5.0 2017-10-07 02:16:47 +02:00
ChangeLog-2017 update to binutils 2.31.1 2018-12-28 16:25:28 +01:00
ChangeLog-2018 binutils 2.39 2022-10-27 20:45:45 +02:00
ChangeLog-2019 binutils 2.39 2022-10-27 20:45:45 +02:00
ChangeLog-2020 binutils 2.39 2022-10-27 20:45:45 +02:00
README binutils 2.39 2022-10-27 20:45:45 +02:00
aarch64.h binutils 2.39 2022-10-27 20:45:45 +02:00
arm.h binutils 2.39 2022-10-27 20:45:45 +02:00
dwarf.h binutils 2.39 2022-10-27 20:45:45 +02:00
elfcpp.h binutils 2.39 2022-10-27 20:45:45 +02:00
elfcpp_file.h binutils 2.39 2022-10-27 20:45:45 +02:00
elfcpp_internal.h binutils 2.39 2022-10-27 20:45:45 +02:00
elfcpp_swap.h binutils 2.39 2022-10-27 20:45:45 +02:00
i386.h binutils 2.39 2022-10-27 20:45:45 +02:00
mips.h binutils 2.39 2022-10-27 20:45:45 +02:00
powerpc.h binutils 2.39 2022-10-27 20:45:45 +02:00
s390.h binutils 2.39 2022-10-27 20:45:45 +02:00
sparc.h binutils 2.39 2022-10-27 20:45:45 +02:00
tilegx.h binutils 2.39 2022-10-27 20:45:45 +02:00
x86_64.h binutils 2.39 2022-10-27 20:45:45 +02:00

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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-2022 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.