Index of /archives/NetBSD/NetBSD-release-9/src/external/gpl3/binutils/dist/elfcpp

Icon  Name                                                               Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] x86_64.h 2018-11-07 06:18 4.9K [TXT] tilegx.h 2018-04-15 07:18 5.5K [TXT] sparc.h 2018-04-15 07:18 8.0K [TXT] s390.h 2018-04-15 07:18 5.9K [TXT] powerpc.h 2018-11-07 06:18 9.3K [TXT] mips.h 2018-04-15 07:18 15K [TXT] i386.h 2018-04-15 07:18 4.5K [TXT] elfcpp_swap.h 2018-04-15 07:18 12K [TXT] elfcpp_internal.h 2018-04-15 07:18 6.7K [TXT] elfcpp_file.h 2018-04-15 07:18 20K [TXT] elfcpp.h 2018-11-07 06:18 54K [TXT] dwarf.h 2018-04-15 07:18 6.4K [TXT] arm.h 2018-04-15 07:18 13K [TXT] aarch64.h 2018-11-07 06:18 8.5K [TXT] 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 [   ] ChangeLog 2018-11-07 06:18 1.4K [DIR] CVS/ 2024-02-15 03:47 -
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.