llvm-project/llvm/test/tools/llvm-objcopy/Inputs
Alexander Shaposhnikov 6ecc6e62c1 [llvm-objcopy] Implement support for section groups
This diff adds support for SHT_GROUP sections to llvm-objcopy.
Some sections are interrelated and comprise a group.
For example, a definition of an inline function might require, 
in addition to the section containing its instructions, 
a read-only data section containing literals referenced inside the function.
A section of the type SHT_GROUP contains the indices of the group members,
therefore, it needs to be updated whenever the indices change.
Similarly, the fields sh_link, sh_info should be recalculated as well.

[Resubmit r328012 with the proper handling of endianness]

Test plan: make check-all

Differential revision: https://reviews.llvm.org/D43996

llvm-svn: 328143
2018-03-21 19:53:44 +00:00
..
alloc-symtab.o [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects 2018-01-25 22:46:17 +00:00
dwarf.dwo [llvm-objcopy] Add support for dwarf fission 2017-11-03 18:58:41 +00:00
dynamic.so Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr" 2017-09-20 17:22:06 +00:00
dynrel.elf [llvm-objcopy] Add support for dynamic relocations 2017-09-26 18:02:25 +00:00
dynsym.so Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr" 2017-09-20 17:22:06 +00:00
groups.o [llvm-objcopy] Implement support for section groups 2018-03-21 19:53:44 +00:00
pt-phdr.elf