Name Date Size #Lines LOC

..--

ChangeLogH A D29-Jun-20241.1 KiB4529

ChangeLog-0815H A D14-Apr-201814.3 KiB468309

ChangeLog-2016H A D03-Apr-20202.6 KiB7656

ChangeLog-2017H A D03-Apr-20201.3 KiB5032

ChangeLog-2018H A D23-Dec-20221.6 KiB6640

ChangeLog-2019H A D23-Dec-20222 KiB7044

ChangeLog-2020H A D29-Jun-20243 KiB9769

READMEH A D29-Jun-2024578 1711

aarch64.hH A D29-Jun-20248.5 KiB188133

arm.hH A D29-Jun-202413.1 KiB391289

dwarf.hH A D29-Jun-20247.7 KiB302208

elfcpp.hH A D29-Jun-202455.3 KiB2,2541,578

elfcpp_file.hH A D29-Jun-202419.9 KiB719455

elfcpp_internal.hH A D29-Jun-20246.7 KiB286175

elfcpp_swap.hH A D29-Jun-202412.2 KiB507353

i386.hH A D29-Jun-20244.5 KiB10053

mips.hH A D29-Jun-202415 KiB535306

powerpc.hH A D29-Jun-202410.3 KiB355256

s390.hH A D29-Jun-20245.9 KiB11977

sparc.hH A D29-Jun-20248 KiB174117

tilegx.hH A D29-Jun-20245.5 KiB172129

x86_64.hH A D29-Jun-20244.9 KiB11556

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-2022 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