summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/ELF/Object.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] Avoid invalid Sec.Offset after D79229Fangrui Song2020-05-031-4/+4
* [llvm-objcopy] -O binary: skip empty sectionsFangrui Song2020-05-011-6/+7
* [llvm-objcopy][ELF] -O binary: use LMA instead of sh_offset to decide where t...Fangrui Song2019-12-151-23/+13
* Fix cppcheck shadow variable warning. NFC.Simon Pilgrim2019-11-181-3/+3
* [llvm-objcopy][ELF] Implement --only-keep-debugFangrui Song2019-11-051-12/+97
* [llvm-objcopy][ELF] Add OriginalType & OriginalFlagsFangrui Song2019-11-051-3/+3
* [llvm-objcopy] --add-symbol: address post-commit reviews of D69093Fangrui Song2019-10-311-17/+18
* [llvm-objcopy] - Do not crash on object that has relocations but no symbol ta...Georgii Rymar2019-10-301-5/+16
* [llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not existFangrui Song2019-10-171-10/+31
* [NFC] Add { } to silence compiler warning [-Wmissing-braces].Huihui Zhang2019-09-251-1/+1
* [llvm-objcopy] Ignore -B --binary-architecture=Fangrui Song2019-09-141-2/+2
* [llvm-objcopy] Rename SHOffset (e_shoff) field to SHOff. NFCFangrui Song2019-09-071-6/+6
* [llvm-objcopy] Add objcopy::elf::Object::allocSections to simplify loops on S...Fangrui Song2019-09-041-20/+8
* [llvm-objcopy] Rename variable names "Section" to "Sec". NFCFangrui Song2019-09-041-66/+60
* [llvm-objcopy] Fix some identifier names in comments. NFCFangrui Song2019-09-041-5/+5
* [llvm-objcopy] Simplify alignToAddr with llvm::alignToFangrui Song2019-08-311-15/+2
* [llvm-objcopy] Allow the visibility of symbols created by --binary andChris Jackson2019-08-301-4/+5
* Fight a bit against global initializers. NFC.Benjamin Kramer2019-08-221-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-5/+5
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-231-0/+21
* Revert [llvm-objcopy] Allow strip symtab from executables and DSOsJordan Rupprecht2019-07-101-21/+0
* [llvm-objcopy] Allow strip symtab from executables and DSOsEugene Leviant2019-07-051-0/+21
* llvm-objcopy: silence warning introduced in r364296Nicolai Haehnle2019-06-261-2/+2
* AMDGPU/MC: Add .amdgpu_lds directiveNicolai Haehnle2019-06-251-13/+14
* [llvm-objcopy] Implement IHEX readerEugene Leviant2019-06-131-33/+213
* [llvm-objcopy] Fix SHT_GROUP ordering.Jordan Rupprecht2019-06-101-2/+8
* llvm-objcopy: Implement --extract-partition and --extract-main-partition.Peter Collingbourne2019-06-071-31/+56
* [llvm-objcopy] - Emit error and don't crash if program header reaches past en...George Rimar2019-06-071-0/+5
* [llvm-objcopy] Remove %p format specifiersEugene Leviant2019-05-301-2/+2
* Attempt to fix buildbot after r361949Eugene Leviant2019-05-291-1/+1
* [llvm-objcopy] Implement IHEX writerEugene Leviant2019-05-291-1/+263
* llvm-objcopy: Change sectionWithinSegment() to use virtual addresses instead ...Peter Collingbourne2019-05-241-0/+14
* [llvm-objcopy] - Many minor NFC changes to cleanup/improve the code in ELF/Ob...George Rimar2019-05-231-106/+85
* [llvm-objcopy] Tidy up error messagesJames Henderson2019-05-221-66/+66
* [llvm-objcopy] Cache gnu_debuglink's target CRCJames Henderson2019-05-141-16/+7
* [llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSection::addSymbol - shadow ...George Rimar2019-05-081-2/+2
* [llvm-objcopy] - Check dynamic relocation sections for broken references.George Rimar2019-04-301-6/+27
* Use llvm::stable_sort. NFCFangrui Song2019-04-221-8/+4
* [llvm-objcopy][llvm-strip] Add switch to allow removing referenced sectionsJames Henderson2019-04-181-25/+46
* [llvm-objcopy] Fill .symtab_shndx section correctlyEugene Leviant2019-04-121-10/+23
* [llvm-objcopy]Allow llvm-objcopy to be used on an ELF file with no section he...James Henderson2019-04-021-10/+18
* [llvm-objcopy] Replace the size() helper with SectionTableRef::sizeFangrui Song2019-03-301-10/+5
* [llvm-objcopy] Fix case style of LayoutSegments. NFCFangrui Song2019-03-291-2/+2
* [llvm-objcopy] Delete two redundant reinterpret_cast. NFCFangrui Song2019-03-291-5/+3
* [llvm-objcopy]Preserve data in segments not covered by sectionsJames Henderson2019-03-251-3/+35
* Recommit r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Gro...George Rimar2019-03-241-0/+7
* [llvm-objcopy] - Report SHT_GROUP sections with invalid alignment.George Rimar2019-03-241-0/+3
* Revert r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Group...George Rimar2019-03-221-7/+0
* [llvm-objcopy] - Implement replaceSectionReferences for GroupSection class.George Rimar2019-03-221-0/+7
* [llvm-objcopy] - Use replaceSectionReferences to update the sections for symb...George Rimar2019-03-201-6/+7
OpenPOWER on IntegriCloud