Index of /archives/NetBSD/NetBSD-release-9/src/external/gpl3/binutils/dist/elfcpp
Name Last modified Size Description
Parent Directory -
CVS/ 2024-02-15 03:47 -
ChangeLog 2018-11-07 06:18 1.4K
ChangeLog-0815 2016-10-27 02:30 14K
ChangeLog-2016 2018-04-15 07:18 2.6K
ChangeLog-2017 2018-04-15 07:18 1.3K
README 2018-04-15 07:18 578
aarch64.h 2018-11-07 06:18 8.5K
arm.h 2018-04-15 07:18 13K
dwarf.h 2018-04-15 07:18 6.4K
elfcpp.h 2018-11-07 06:18 54K
elfcpp_file.h 2018-04-15 07:18 20K
elfcpp_internal.h 2018-04-15 07:18 6.7K
elfcpp_swap.h 2018-04-15 07:18 12K
i386.h 2018-04-15 07:18 4.5K
mips.h 2018-04-15 07:18 15K
powerpc.h 2018-11-07 06:18 9.3K
s390.h 2018-04-15 07:18 5.9K
sparc.h 2018-04-15 07:18 8.0K
tilegx.h 2018-04-15 07:18 5.5K
x86_64.h 2018-11-07 06:18 4.9K
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.