Home | History | Annotate | only in /toolchain/binutils/binutils-2.27/elfcpp
Up to higher level directory
NameDateSize
aarch64.h21-Aug-20188.5K
arm.h21-Aug-201812.5K
ChangeLog21-Aug-20182.5K
ChangeLog-081521-Aug-201814.3K
dwarf.h21-Aug-20186.8K
elfcpp.h21-Aug-201854.5K
elfcpp_file.h21-Aug-201819.9K
elfcpp_internal.h21-Aug-20186.8K
elfcpp_swap.h21-Aug-201812K
i386.h21-Aug-20184.5K
mips.h21-Aug-201814.9K
powerpc.h21-Aug-20188.3K
README21-Aug-2018578
s390.h21-Aug-20185.9K
sparc.h21-Aug-20188K
tilegx.h21-Aug-20185.5K
x86_64.h21-Aug-20184.6K

README

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