Nom | Taille | Révision | l'heure | Auteur | Message de Log |
---|---|---|---|---|---|
ChangeLog | 14.35 k | 549dba7 | 2015-12-07 11:47:00 | Alan Modra | [GOLD] R_PPC64_ENTRY support elfcpp/... |
README | 578 | b90efa5 | 2015-01-01 23:23:45 | Alan Modra | ChangeLog rotatation and copyright ye... |
aarch64.h | 8.53 k | b90efa5 | 2015-01-01 23:23:45 | Alan Modra | ChangeLog rotatation and copyright ye... |
arm.h | 12.5 k | 2449132 | 2015-04-08 09:21:27 | Han Shen | Add AArch32 support for arm gold link... |
dwarf.h | 6.12 k | 2d9afef | 2015-02-17 16:08:24 | Mark Wielaard | [gold] Recognize DWARF5/GCC5 DW_LANG_... |
elfcpp.h | 49.42 k | 01f573a | 2015-10-14 01:02:41 | H.J. Lu | Add EM_IAMCU support to gold elfcpp/... |
elfcpp_file.h | 19.93 k | b90efa5 | 2015-01-01 23:23:45 | Alan Modra | ChangeLog rotatation and copyright ye... |
elfcpp_internal.h | 6.25 k | 9706b5e | 2015-10-04 22:14:36 | H.J. Lu | Change ch_type to Elf_Word in struct ... |
elfcpp_swap.h | 11.98 k | b90efa5 | 2015-01-01 23:23:45 | Alan Modra | ChangeLog rotatation and copyright ye... |
i386.h | 4.54 k | 493d4b4 | 2015-10-22 20:56:49 | H.J. Lu | Gold: Don't fail on R_386_GOT32X relo... |
mips.h | 11.23 k | b90efa5 | 2015-01-01 23:23:45 | Alan Modra | ChangeLog rotatation and copyright ye... |
powerpc.h | 8.25 k | 549dba7 | 2015-12-07 11:47:00 | Alan Modra | [GOLD] R_PPC64_ENTRY support elfcpp/... |
s390.h | 5.85 k | e79a4ba | 2015-10-29 08:47:27 | Marcin Kościelnicki | Add s390 backend. elfcpp/ * s390.h:... |
sparc.h | 8.05 k | b90efa5 | 2015-01-01 23:23:45 | Alan Modra | ChangeLog rotatation and copyright ye... |
tilegx.h | 5.52 k | b90efa5 | 2015-01-01 23:23:45 | Alan Modra | ChangeLog rotatation and copyright ye... |
x86_64.h | 4.65 k | 2891b49 | 2015-10-22 20:56:57 | H.J. Lu | Gold: Don't fail on R_X86_64_[REX_]GO... |
elfcpp is a C++ library for reading and writing ELF information. This was written to support gold, the ELF linker, and may not be generally useful. elfcpp does not do file I/O. It deals only with offsets and memory data. For efficiency, most accessors are templates with two arguments: the ELF file class (32 or 64 bits) and the endianness. Copyright (C) 2012-2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.