Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r
/
lib
/
Object
/
COFFObjectFile.cpp
0239fd3
[llvm-readobj] [COFF] Print the symbol index for relocations
by Martin Storsjo
· 7 years ago
e318fd6
[llvm-objcopy] Initial COFF support
by Martin Storsjo
· 7 years ago
0f6ce82
[COFF] Map truncated .eh_frame section name
by Martin Storsjo
· 7 years ago
1f9e6bb
Handle zero-length debug directory entries.
by Nico Weber
· 7 years ago
921890c
[COFF] Expose an easier helper function for getting names for relocation types
by Martin Storsjo
· 7 years ago
af7b183
Remove trailing space
by Fangrui Song
· 7 years ago
3631b66
[COFF] Adjust how we flag weak externals
by Martin Storsjo
· 7 years ago
94b0940
[llvm-readobj] Add -hex-dump (-x) option
by Paul Semel
· 7 years ago
d069a21
[llvm-objdump] Add --file-headers (-f) option
by Paul Semel
· 7 years ago
a306456
COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.
by Peter Collingbourne
· 7 years ago
ef1bc2d
[NFC] fix trivial typos in documents and comments
by Hiroshi Inoue
· 7 years ago
ece9b23
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
by Zachary Turner
· 8 years ago
7848ae3
Convert the last uses of ErrorOr in COFF.h.
by Rafael Espindola
· 8 years ago
0aed7ae
Convert a couple of ErrorOr to Expected. NFC.
by Rafael Espindola
· 8 years ago
e2d20cb
Convert two uses of ErrorOr to Expected.
by Rafael Espindola
· 8 years ago
1a7f03e
[Object] Verify object sizes before handing out StringRefs pointing out
by Benjamin Kramer
· 8 years ago
d888646
llvm: add llvm-dlltool support to the archiver
by Martell Malone
· 8 years ago
441b4ee
Revert r308329: llvm: add llvm-dlltool support to the archiver
by Rui Ueyama
· 8 years ago
5d7d0e8
llvm: add llvm-dlltool support to the archiver
by Martell Malone
· 8 years ago
9f0e6a1
[llvm-readobj] Improve printouts for COFF ARM64 binaries
by Martin Storsjo
· 8 years ago
85e0946
[COFF, ARM64] Add support for Windows ARM64 COFF format
by Mandeep Singh Grang
· 8 years ago
367f21d
[llvm-readobj] Dump the COFF image load config
by Reid Kleckner
· 8 years ago
19ca2b0
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
b5ac700
Recommit "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
4eca9e6
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
843d71c
[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC
by George Rimar
· 8 years ago
4e545df
Revert "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
88aeae6
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
1503fe4
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
073ffab
[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC
by George Rimar
· 8 years ago
61e19cf
[COFF] Gracefully handle empty .drectve sections
by Shoaib Meenai
· 8 years ago
ddb4f9c
Fix the Endianness bug by adding the little endian UTF marker.
by Eric Beckmann
· 8 years ago
20c59f1
Hopefully one last commit to fix this patch, addresses string reference issues.
by Eric Beckmann
· 8 years ago
8d0cc56
Update llvm-readobj -coff-resources to display tree structure.
by Eric Beckmann
· 8 years ago
baef3d5
Revert "Hopefully one last commit to fix this patch, addresses string reference"
by Eric Beckmann
· 8 years ago
fffb713
Hopefully one last commit to fix this patch, addresses string reference issues.
by Eric Beckmann
· 8 years ago
4899f66
Update llvm-readobj -coff-resources to display tree structure.
by Eric Beckmann
· 8 years ago
86bfc78
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
b9b3908
Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers.
by Peter Collingbourne
· 9 years ago
88b31bf
[lli] Simplify the code a bit. No functional change intended.
by Davide Italiano
· 9 years ago
74a715d
[lli/COFF] Set the correct alignment for common symbols
by Davide Italiano
· 9 years ago
99edeba
[COFFObjectFile] Ignore broken symbol table
by David Majnemer
· 9 years ago
837032f
Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present.
by Rui Ueyama
· 9 years ago
b79146f
CodeView: extract the OMF Directory Header
by Saleem Abdulrasool
· 9 years ago
922b42a
Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present."
by Rui Ueyama
· 9 years ago
2ea3c70
Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present.
by Rui Ueyama
· 9 years ago
081d3f1
[COFF] Expose iterators for ImportAddressTableRVA
by David Majnemer
· 9 years ago
e2fac43
[COFF] Remove a duplicate import_directory_table_entry definition
by David Majnemer
· 9 years ago
6ea11a4
[Object, COFF] An import data directory might not consist soley of imports
by David Majnemer
· 9 years ago
317de7c
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow
by Kevin Enderby
· 9 years ago
1ac3f3e
[Symbolize] Check if the PE file has a PDB and emit an error if we can't load it
by Reid Kleckner
· 9 years ago
fb1a911
[COFF] Expose the PE debug data directory and dump it
by Reid Kleckner
· 9 years ago
ddd4585
[Object] Return an error code instead of asserting
by David Majnemer
· 9 years ago
5ad80b2
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.)
by George Rimar
· 9 years ago
fd3faf4
Revert r270543 ("Recommit r270540")
by George Rimar
· 9 years ago
6795981
Recommit r270540
by George Rimar
· 9 years ago
c19728f
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style."
by George Rimar
· 9 years ago
dba28a8
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
by George Rimar
· 9 years ago
a486dca
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
813e0cf
Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 9 years ago
f6071e1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
46e35ed
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
by Kevin Enderby
· 9 years ago
30abf16
[COFF] Refactor section alignment calculation
by David Majnemer
· 9 years ago
b412501
[Object][COFF] Revert r258665 - It doesn't do what I had intended.
by Lang Hames
· 10 years ago
a6a79a6
[Object][COFF] Set the generic SF_Exported flag on COFF exported symbols.
by Lang Hames
· 10 years ago
68e634a
COFF: Teach llvm-objdump how to dump DLL forwarder symbols.
by Rui Ueyama
· 10 years ago
00fda73
Address review comments, remove error case and return 0 instead as required by tests
by Reid Kleckner
· 10 years ago
27a9e1d
[llvm-symbolizer] Make --relative-address work with DWARF contexts
by Reid Kleckner
· 10 years ago
e84d8c1
Convert getSymbolSection to return an ErrorOr.
by Rafael Espindola
· 10 years ago
f4fa49e
COFF: Assign the correct symbol type to internal functions.
by Peter Collingbourne
· 10 years ago
0229c3b
[COFF] Consider the ImageBase when reporting section addresses
by David Majnemer
· 10 years ago
c136e55
[COFF] Return symbol VAs instead of RVAs for PE files
by Reid Kleckner
· 10 years ago
751664f
Summary: Object: add IMAGE_FILE_MACHINE_ARM64
by Martell Malone
· 10 years ago
7b7c81c
Delete UnknownAddress. It is a perfectly valid symbol value.
by Rafael Espindola
· 10 years ago
c2966a3
Remove getRelocationAddress.
by Rafael Espindola
· 10 years ago
1599469
Check that COFF .obj files have sections with zero virtual address spaces.
by Rafael Espindola
· 10 years ago
392450e
Object/COFF: Do not rely on VirtualSize being 0 in object files.
by Rui Ueyama
· 10 years ago
5954faa
Return ErrorOr from getSymbolAddress.
by Rafael Espindola
· 10 years ago
8a80641
Return ErrorOr from SymbolRef::getName.
by Rafael Espindola
· 10 years ago
28a8318
Use ErrorOr in getRelocationAdress.
by Rafael Espindola
· 10 years ago
d231306
Implement containsSymbol with other lower level methods.
by Rafael Espindola
· 10 years ago
f8a35ff
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
7ede964
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
13b58ec
Object/COFF: Define coff_symbol_generic.
by Rui Ueyama
· 10 years ago
ff67629
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
50bea40
Simplify getSymbolType.
by Rafael Espindola
· 10 years ago
7d6e44b
libObject/COFF: Add a function to get pointers to relocation entries.
by Rui Ueyama
· 10 years ago
a3af347
Make computeSymbolSizes never fail.
by Rafael Espindola
· 10 years ago
9fa0ab3
Add a SymbolRef::getValue.
by Rafael Espindola
· 10 years ago
9a5f962
Simplify the logic, NFC.
by Rafael Espindola
· 10 years ago
821b06f
Change how symbol sizes are handled in lib/Object.
by Rafael Espindola
· 10 years ago
776f864
Make getRelocationSection MachO only.
by Rafael Espindola
· 10 years ago
eae4673
Remove object_error::success and use std::error_code() instead
by Rui Ueyama
· 10 years ago
8c7a0fd
Move to llvm-objdump a large amount of code to that is only used there.
by Rafael Espindola
· 10 years ago
481f35f
Simplify another function that doesn't fail.
by Rafael Espindola
· 10 years ago
7b677dd
Stop inventing symbol sizes.
by Rafael Espindola
· 10 years ago
b6976af
Make it easier to use DwarfContext with MCJIT
by Keno Fischer
· 10 years ago
64b905a
Change range-based for-loops to be -Wrange-loop-analysis clean.
by Richard Trieu
· 10 years ago
2c08439
ExecutionEngine: Preliminary support for dynamically loadable coff objects
by David Majnemer
· 10 years ago
c0e3340
Move three methods only used by MCJIT to MCJIT.
by Rafael Espindola
· 11 years ago
Next »