Current objcopy implementation has a possibility to add or update sections. The incoming section is specified as a pair: section name and name of the file containing section data. The interface does not allow to specify incoming section as a memory buffer. This patch adds possibility to specify incoming section as a memory buffer. Differential Revision: https://reviews.llvm.org/D120486 |
||
|---|---|---|
| .. | ||
| Inputs | ||
| add-gnu-debuglink.test | ||
| add-section-and-set-flags.test | ||
| add-section.test | ||
| basic-copy.test | ||
| bigobj.test | ||
| check-debug-dir-present.test | ||
| debug-dir-unmapped.test | ||
| debug-entry-no-payload.test | ||
| discard-all.test | ||
| only-keep-debug.test | ||
| only-section.test | ||
| patch-debug-dir.test | ||
| patch-debug-dir2.test | ||
| pe-fields.test | ||
| redefine-symbol.test | ||
| remove-section.test | ||
| section-name-encoding.s | ||
| set-section-flags.test | ||
| strip-all.test | ||
| strip-debug.test | ||
| strip-reloc-symbol.test | ||
| strip-symbol.test | ||
| strip-unneeded.test | ||
| subsystem.test | ||
| update-section.test | ||
| weak-external.test | ||