NameDateSize

..05-Sep-201755

aarch64.hH A D05-Sep-20178.5 KiB

arm.hH A D05-Sep-201712.5 KiB

ChangeLogH A D05-Sep-2017456

ChangeLog-0815H A D05-Sep-201714.3 KiB

ChangeLog-2016H A D05-Sep-20172.5 KiB

dwarf.hH A D05-Sep-20176.1 KiB

elfcpp.hH A D05-Sep-201753.1 KiB

elfcpp_file.hH A D05-Sep-201719.9 KiB

elfcpp_internal.hH A D05-Sep-20176.7 KiB

elfcpp_swap.hH A D05-Sep-201712 KiB

i386.hH A D05-Sep-20174.5 KiB

mips.hH A D05-Sep-201714.9 KiB

powerpc.hH A D05-Sep-20178.3 KiB

READMEH A D05-Sep-2017578

s390.hH A D05-Sep-20175.9 KiB

sparc.hH A D05-Sep-20178 KiB

tilegx.hH A D05-Sep-20175.5 KiB

x86_64.hH A D05-Sep-20174.6 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-2017 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