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 -
x86_64.h 2018-11-07 06:18 4.9K
powerpc.h 2018-11-07 06:18 9.3K
elfcpp.h 2018-11-07 06:18 54K
aarch64.h 2018-11-07 06:18 8.5K
ChangeLog 2018-11-07 06:18 1.4K
tilegx.h 2018-04-15 07:18 5.5K
sparc.h 2018-04-15 07:18 8.0K
s390.h 2018-04-15 07:18 5.9K
mips.h 2018-04-15 07:18 15K
i386.h 2018-04-15 07:18 4.5K
elfcpp_swap.h 2018-04-15 07:18 12K
elfcpp_internal.h 2018-04-15 07:18 6.7K
elfcpp_file.h 2018-04-15 07:18 20K
dwarf.h 2018-04-15 07:18 6.4K
arm.h 2018-04-15 07:18 13K
README 2018-04-15 07:18 578
ChangeLog-2017 2018-04-15 07:18 1.3K
ChangeLog-2016 2018-04-15 07:18 2.6K
ChangeLog-0815 2016-10-27 02:30 14K
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.