• Home
Name Date Size #Lines LOC

..--

ChangeLogD03-May-202412.7 KiB400267

READMED03-May-2024578 1711

aarch64.hD03-May-20248.5 KiB188133

arm.hD03-May-202412.5 KiB373273

dwarf.hD03-May-20246.8 KiB267180

elfcpp.hD03-May-202447.6 KiB1,9351,336

elfcpp_file.hD03-May-202419.9 KiB719455

elfcpp_internal.hD03-May-20246 KiB241139

elfcpp_swap.hD03-May-202412 KiB501348

i386.hD03-May-20244.5 KiB9952

mips.hD03-May-202411.2 KiB382223

powerpc.hD03-May-20248.2 KiB275202

sparc.hD03-May-20248 KiB174117

tilegx.hD03-May-20245.5 KiB172129

x86_64.hD03-May-20244.4 KiB10552

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