• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

ChangeLogH A D03-Aug-20162.5 KiB7254

ChangeLog-0815H A D03-Aug-201614.3 KiB468309

READMEH A D03-Aug-2016578 1711

aarch64.hH A D03-Aug-20168.5 KiB188133

arm.hH A D03-Aug-201612.5 KiB373273

dwarf.hH A D03-Aug-20166.1 KiB247165

elfcpp.hH A D03-Aug-201653.1 KiB2,1781,521

elfcpp_file.hH A D03-Aug-201619.9 KiB719455

elfcpp_internal.hH A D03-Aug-20166.7 KiB286175

elfcpp_swap.hH A D03-Aug-201612 KiB501348

i386.hH A D03-Aug-20164.5 KiB10053

mips.hH A D03-Aug-201614.9 KiB531303

powerpc.hH A D03-Aug-20168.3 KiB277204

s390.hH A D03-Aug-20165.9 KiB11977

sparc.hH A D03-Aug-20168 KiB174117

tilegx.hH A D03-Aug-20165.5 KiB172129

x86_64.hH A D03-Aug-20164.6 KiB10954

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