Davide Italiano
|
c46ea19bd3
[llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF.
|
10 years ago |
Rafael Espindola
|
71e35258cb
Simplify printing the soname. NFC.
|
10 years ago |
Rafael Espindola
|
bb418bc23b
Remove duplicated code.
|
10 years ago |
Rafael Espindola
|
fa1a4b2275
llvm-readobj: Handle invalid references to the string table.
|
10 years ago |
Rafael Espindola
|
d60ced8e08
llvm-readobj: call exit(1) on error.
|
10 years ago |
Rafael Espindola
|
b9adbd998f
Refactor duplicated code. NFC.
|
10 years ago |
Michael J. Spencer
|
8109763d68
[Object][ELF] Support dumping hash-tables from files with no section table.
|
10 years ago |
Adrian Prantl
|
2efb9f7c3e
Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.
|
10 years ago |
Michael J. Spencer
|
7d0e4c73d4
[Object][ELF] Support dumping hash-tables from files with no section table.
|
10 years ago |
Rafael Espindola
|
297f505009
Simplify. NFC.
|
10 years ago |
Rafael Espindola
|
ff67629985
Don't return error_code from function that never fails.
|
10 years ago |
Lang Hames
|
63f4054f8e
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
|
10 years ago |
Michael J. Spencer
|
4cbb2db3ab
[Object][ELF] Add support for dumping dynamic relocations when sections are stripped.
|
10 years ago |
Rafael Espindola
|
d3704298c2
We don't need the targets to read objects.
|
10 years ago |
Simon Atanasyan
|
3bcfd461f6
[llvm-readobj] Print MIPS .reginfo section content
|
10 years ago |
Simon Atanasyan
|
ef7c2568fa
[llvm-readobj] Print .MIPS.abiflags section content
|
10 years ago |
David Blaikie
|
2d35a46ea5
llvm-readobj: teach it to handle MachO Universal Archive correctly
|
10 years ago |
Rafael Espindola
|
71be19dff2
[llvm-readobj] add support for macho universal binary.
|
10 years ago |
Zachary Turner
|
23719010db
Modify llvm-readobj to dump symbol record bytes.
|
10 years ago |
Saleem Abdulrasool
|
b19a485253
llvm-readobj: add support to dump COFF export tables
|
10 years ago |
Rui Ueyama
|
6272b8c4be
llvm-readobj: teach it how to dump COFF base relocation table
|
10 years ago |
David Majnemer
|
aff22c9200
llvm-readobj: relocAddressLess could potentially lie
|
10 years ago |
Saleem Abdulrasool
|
db02fa5a11
llvm-readobj: add support to dump (COFF) directives
|
11 years ago |
Rui Ueyama
|
f3cd10bdc3
This patch adds a new flag "-coff-imports" to llvm-readobj.
|
11 years ago |
Rafael Espindola
|
548f2b6e8f
Don't own the buffer in object::Binary.
|
11 years ago |
Rafael Espindola
|
0bd9423c27
getLoadName is only implemented for ELF, make it ELF only.
|
11 years ago |
Rafael Espindola
|
9aa0b5e11e
Remove some calls to std::move.
|
11 years ago |
Rafael Espindola
|
79002da926
Use std::unique_ptr to make the ownership explicit.
|
11 years ago |
Simon Atanasyan
|
42469f61f5
[llvm-readobj][ELF] New `-mips-plt-got` command line option to output
|
11 years ago |
Rafael Espindola
|
0659928fec
Convert the Archive API to use ErrorOr.
|
11 years ago |