NameDateSize

..22-Mar-202371

aarch64.hH A D21-Mar-20238.5 KiB

arm.hH A D21-Mar-202312.8 KiB

ChangeLogH A D21-Mar-20231.4 KiB

ChangeLog-0815H A D21-Mar-202314.3 KiB

ChangeLog-2016H A D21-Mar-20232.6 KiB

ChangeLog-2017H A D21-Mar-20231.3 KiB

ChangeLog-2018H A D21-Mar-20231.6 KiB

ChangeLog-2019H A D21-Mar-20232 KiB

dwarf.hH A D21-Mar-20236.4 KiB

elfcpp.hH A D21-Mar-202354.2 KiB

elfcpp_file.hH A D21-Mar-202319.9 KiB

elfcpp_internal.hH A D21-Mar-20236.7 KiB

elfcpp_swap.hH A D21-Mar-202312.2 KiB

i386.hH A D21-Mar-20234.5 KiB

mips.hH A D21-Mar-202315 KiB

powerpc.hH A D21-Mar-202310.3 KiB

READMEH A D21-Mar-2023578

s390.hH A D21-Mar-20235.9 KiB

sparc.hH A D21-Mar-20238 KiB

tilegx.hH A D21-Mar-20235.5 KiB

x86_64.hH A D21-Mar-20234.9 KiB

README

1elfcpp is a C++ library for reading and writing ELF information.  This
2was written to support gold, the ELF linker, and may not be generally
3useful.
4
5elfcpp does not do file I/O.  It deals only with offsets and memory
6data.
7
8For efficiency, most accessors are templates with two arguments: the
9ELF file class (32 or 64 bits) and the endianness.
10
11
12Copyright (C) 2012-2020 Free Software Foundation, Inc.
13
14Copying and distribution of this file, with or without modification,
15are permitted in any medium without royalty provided the copyright
16notice and this notice are preserved.
17