Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Object
/
MachOObjectFile.cpp
2d3f01c
[MachO] Fix inconsistency between error messages when validating LC_DYSYMTAB
by Francis Visoiu Mistrih
· 7 years ago
7690af4
[MachO] Fix LC_DYSYMTAB validation for external symbols
by Francis Visoiu Mistrih
· 7 years ago
b98f504
[llvm-readobj] Add -hex-dump (-x) option
by Paul Semel
· 7 years ago
675a517
[MachO] Add out-of-bounds check to MachOObjectFile.cpp
by Sam Clegg
· 7 years ago
a81fb84
MC: Remove redundant substr() call
by Sam Clegg
· 7 years ago
1834682
[llvm-objdump] Print "..." instead of random data for virtual sections
by Francis Visoiu Mistrih
· 7 years ago
299cd89
For llvm-objdump and Mach-O files, update the printing of some thread states
by Kevin Enderby
· 8 years ago
ca30902
Do not look up symbol names when n_strx == 0
by Michael Trent
· 8 years ago
a1703b1
Updated llvm-objdump to display local relocations in Mach-O binaries
by Michael Trent
· 8 years ago
260fe3e
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
by Zachary Turner
· 8 years ago
1d3d8ad
reverting out -r320532 because a warning is breaking the lld build
by Michael Trent
· 8 years ago
0f6bfaf
Updated llvm-objdump to display local relocations in Mach-O binaries
by Michael Trent
· 8 years ago
ad840d2
Reverting r320166 to fix test failures.
by Michael Trent
· 8 years ago
de5209b
Updated llvm-objdump to display local relocations in Mach-O binaries
by Michael Trent
· 8 years ago
6f43bd4
Untabify.
by NAKAMURA Takumi
· 8 years ago
1a81dfb
Fix typo in checkTwoLevelHintsCommand
by Jessica Paquette
· 8 years ago
8af2387
[dwarfdump] Skip 'stripped' sections
by Jonas Devlieghere
· 8 years ago
81f5abe
[MachO] Prevent heap overflow when load command extends past EOF
by Jonas Devlieghere
· 8 years ago
a1e97a7
Untabify.
by NAKAMURA Takumi
· 8 years ago
760e00b
[MachO] Use Twines more efficiently.
by Benjamin Kramer
· 8 years ago
e574034
[llvm] Update MachOObjectFile::exports interface
by Alexander Shaposhnikov
· 8 years ago
8100cde
Small tweak to one check in error handling to the dyld compact export
by Kevin Enderby
· 8 years ago
3e95bd2
Add error handling to the dyld compact export entries in libObject.
by Kevin Enderby
· 8 years ago
abf10f2
Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLE
by Kevin Enderby
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
77d3e93
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader part only).
by Wolfgang Pieb
· 8 years ago
97e2cf8
[MachOObject] Fix bind opcode parser error on valid opcode sequence
by Steven Wu
· 8 years ago
a25d329
Recommit "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
1f9cab6
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
bc223c6
[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC
by George Rimar
· 8 years ago
a8403a6
Revert "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
655b7b6
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
7d5f121
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
732f268
[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC
by George Rimar
· 8 years ago
9f5094d
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
e1f12fa
Remove unused functions. Remove static qualifier from functions in header files. NFC.
by Vassil Vassilev
· 8 years ago
cad1249
[Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.
by Juergen Ributzka
· 8 years ago
6c1d2b4
Add the error handling for Mach-O dyld compact lazy bind, weak bind and
by Kevin Enderby
· 9 years ago
a8d256c
Add the rest of the error checking for Mach-O dyld compact bind entry errors
by Kevin Enderby
· 9 years ago
feb63b9
Actually add error handling to unpacking the dyld compact bind and
by Kevin Enderby
· 9 years ago
dc412cc
Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files,
by Kevin Enderby
· 9 years ago
86d8bd1
Fix a typo in an error message for a check of invalid Mach-O files where
by Kevin Enderby
· 9 years ago
7a16575
Fix llvm-objdump so it picks a good CPU based for Mach-O files
by Kevin Enderby
· 9 years ago
c3a035d
Add support for the x86_thread_state32_t and
by Kevin Enderby
· 9 years ago
5b54a42
Add LC_BUILD_VERSION load command
by Steven Wu
· 9 years ago
a4579c4
Add support for the new LC_NOTE load command.
by Kevin Enderby
· 9 years ago
1d84d9a
llvm-objdump: speed up -objc-meta-data
by Saleem Abdulrasool
· 9 years ago
59343a9
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
by Kevin Enderby
· 9 years ago
697e7cd
[Object][MachO] Reference-ify some helper function arguments. NFC.
by Lang Hames
· 9 years ago
435890a
Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers.
by Peter Collingbourne
· 9 years ago
22fc007
Add a checkSymbolTable() method to the MachOObjectFile class.
by Kevin Enderby
· 9 years ago
41af430
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
7747cb5
Add support for the ARM_THREAD_STATE64 and
by Kevin Enderby
· 9 years ago
fbebe16
Add the rest of the additional error checks for invalid Mach-O files when
by Kevin Enderby
· 9 years ago
d503940
More additional error checks for invalid Mach-O files when
by Kevin Enderby
· 9 years ago
bc5c29a
Another additional error check for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
79d6c63
nother additional error check for an invalid Mach-O file
by Kevin Enderby
· 9 years ago
c8bb422
Another additional error check for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
210030b
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
89baf99
One more additional error check for invalid Mach-O files for a
by Kevin Enderby
· 9 years ago
6f69582
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
2490de0
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
68fffa8
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
f993d6e
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
4f229d8
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
245be3e
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
76966bf
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
32359db
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
3e490ef
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
90986e6
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
e71e13c
Next set of additional error checks for invalid Mach-O files for bad LC_UUID
by Kevin Enderby
· 9 years ago
fc0929a
Next set of additional error checks for invalid Mach-O files for bad load commands
by Kevin Enderby
· 9 years ago
f76b56c
Next set of additional error checks for invalid Mach-O files for bad load commands
by Kevin Enderby
· 9 years ago
9d0c945
Next set of additional error checks for invalid Mach-O files for bad load commands
by Kevin Enderby
· 9 years ago
dcbc504
Next set of additional error checks for invalid Mach-O files for bad LC_DYSYMTAB’s.
by Kevin Enderby
· 9 years ago
0e52c92
Next set of additional error checks for invalid Mach-O files for bad LC_SYMTAB’s.
by Kevin Enderby
· 9 years ago
9d0b531
Reformat.
by NAKAMURA Takumi
· 9 years ago
59a2064
Untabify.
by NAKAMURA Takumi
· 9 years ago
c614d28
Next set of additional error checks for invalid Mach-O files.
by Kevin Enderby
· 9 years ago
600fb3f
Add the first of what will be a long line of additional error checks for invalid Mach-O files.
by Kevin Enderby
· 9 years ago
5e51a2e
[Support] Make ErrorAsOutParameter take an Error* rather than an Error&.
by Lang Hames
· 9 years ago
1851a82
Add checks to the MachOObjectFile() constructor to make sure load commands sizes
by Kevin Enderby
· 9 years ago
931cb65
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow
by Kevin Enderby
· 9 years ago
401e4e5
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.)
by George Rimar
· 9 years ago
f059dd4
Revert r270543 ("Recommit r270540")
by George Rimar
· 9 years ago
e9b2e19
Recommit r270540
by George Rimar
· 9 years ago
6a6185f
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style."
by George Rimar
· 9 years ago
6bcbf4c
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
by George Rimar
· 9 years ago
d4e075b
Change GenericBinaryError to no longer include a FileName, which is then not
by Kevin Enderby
· 9 years ago
2a42da9
Object: Fix two -Wpessimizing-move warnings after r268694
by Justin Bogner
· 9 years ago
1e3abcb
Fix window bots failures due to r268694 - Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .
by Kevin Enderby
· 9 years ago
8913496
Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .
by Kevin Enderby
· 9 years ago
b34e3a1
Clean up the specific error message for a malformed Mach-O files with bad segment
by Kevin Enderby
· 9 years ago
a8e3ab0
Produce another specific error message for a malformed Mach-O file when a load
by Kevin Enderby
· 9 years ago
368e714
Produce another specific error message for a malformed Mach-O file when a load
by Kevin Enderby
· 9 years ago
7bd8d99
Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 9 years ago
9e8eb41
MachO: remove weird ARM/Thumb interface from MachOObjectFile
by Tim Northover
· 9 years ago
6e295f2
Fix a typo in an error message. Caught by Sean Silva!
by Kevin Enderby
· 9 years ago
5e55d17
hange the variable name big_size to BigSize. Caught by Rafael Espíndola!
by Kevin Enderby
· 9 years ago
Next »