Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
903456245bda41adc90dcab67623169ee3aaff8b
/
lib
/
Object
/
COFFObjectFile.cpp
b0436a7
Fixed ObjectFile functions:
by Danil Malyshev
· 14 years ago
a483fc8
Fix some possible gcc-4.2 may be used uninitialized warnings.
by Daniel Dunbar
· 14 years ago
790552c
Revert r145180 as it is causing test failures on all the bots.
by Chandler Carruth
· 14 years ago
9b24738
Fixed ObjectFile functions:
by Danil Malyshev
· 14 years ago
11ba26d
Object/COFF: Support common symbols.
by Michael J. Spencer
· 14 years ago
7151ddd
Object/COFF: Fix PE reading.
by Michael J. Spencer
· 14 years ago
783d887
object/COFF: Properly initalize uses of DataRefImpl.
by Michael J. Spencer
· 14 years ago
9472b8d
Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info.
by Owen Anderson
· 14 years ago
7c24665
Object/COFF: Remove useless test.
by Michael J. Spencer
· 14 years ago
5e3a082
Object/COFF: Change type from a struct to a uint16_t. The struct would be
by Michael J. Spencer
· 14 years ago
9b2b812
Object: Add isSymbolAbsolute and getSymbolSection.
by Michael J. Spencer
· 14 years ago
c38c36a
Object: Add isSymbolWeak.
by Michael J. Spencer
· 14 years ago
0e752cb
Object/COFF: Expose more data in the public API.
by Michael J. Spencer
· 14 years ago
1130a79
Object: Fix redundant name.
by Michael J. Spencer
· 14 years ago
bff6f86
COFF: Implement sectionContainsSymbol for relocatable files only.
by Michael J. Spencer
· 14 years ago
e2f2f07
Object: add getSectionAlignment.
by Michael J. Spencer
· 14 years ago
48f248a
lib/Object: Suppress warnings on gcc-4.3.4 cygwin
by NAKAMURA Takumi
· 14 years ago
4344b1e
Change relocation API to be per section. This time without breaking GCC.
by Michael J. Spencer
· 14 years ago
a48ad13
Revert 141376 and 141377 due to breaking the build.
by Bill Wendling
· 14 years ago
f1164a2
Change relocation API to be per section.
by Michael J. Spencer
· 14 years ago
13afc5e
Object: Add isSection{Data,BSS}.
by Michael J. Spencer
· 14 years ago
ac241fe
Object: make the following changes into SymbolRef
by Benjamin Kramer
· 14 years ago
cee58a6
Silence false positive uninitialized variable warnings from GCC.
by Benjamin Kramer
· 14 years ago
0fcab07
Add support for relocations to ObjectFile.
by Benjamin Kramer
· 14 years ago
07ea23a
ObjectFile: Add a method to check whether a section contains a symbol.
by Benjamin Kramer
· 14 years ago
3209a03
Use memcmp.
by Benjamin Kramer
· 14 years ago
9b9c5ea
Really fix typo :-(
by Rafael Espindola
· 14 years ago
5ac795c
Fix typo.
by Rafael Espindola
· 14 years ago
82c475d
Compare all 4 bytes of the header.
by Rafael Espindola
· 14 years ago
64388ce
Fix warnings.
by Michael J. Spencer
· 14 years ago
25b1577
Object: Add proper error handling.
by Michael J. Spencer
· 14 years ago
001c920
Make Binary the parent of ObjectFile and update children to new interface.
by Michael J. Spencer
· 14 years ago
5e45dc4
Revert the last two commits in the series. r132911, r132912.
by Michael J. Spencer
· 14 years ago
69aec36
Make Binary the parent of ObjectFile and update children to new interface.
by Michael J. Spencer
· 14 years ago
71f234b
Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little
by Nick Lewycky
· 14 years ago
539d8d8
Assorted bugfixes in object file handling:
by Eric Christopher
· 14 years ago
7acdb4d
Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t.
by Michael J. Spencer
· 15 years ago
a1ef8ef
Object: Add COFF Support.
by Michael J. Spencer
· 15 years ago