Benjamin Kramer
|
f6f3e81c07
|
ObjectFile: Add a method to check whether a section contains a symbol.
- No ELF or COFF implementation yet, I don't have a way to test that.
Should be straightforward to add though.
llvm-svn: 135288
|
2011-07-15 18:39:21 +00:00 |
|
Benjamin Kramer
|
99582e9b52
|
MachOObjectFile: Get symbol functions ready for 64 bit.
llvm-svn: 135282
|
2011-07-15 17:32:45 +00:00 |
|
Benjamin Kramer
|
c41d4fe243
|
Output MachO section names in the form SEGMENT,section.
llvm-svn: 135231
|
2011-07-15 00:29:02 +00:00 |
|
Benjamin Kramer
|
56498d167a
|
Add support for 64 bit objects to MachOObjectFile.
- I don't see a better way than duplicating all the code.
llvm-svn: 135229
|
2011-07-15 00:14:48 +00:00 |
|
Benjamin Kramer
|
b1d80722a8
|
MachOObjectFile: Change isSectionText to return true for sections named text, not for load commands name __TEXT (which isn't the case in actual object files)
llvm-svn: 135228
|
2011-07-15 00:14:46 +00:00 |
|
Michael J. Spencer
|
1d6167fd30
|
Object: Add proper error handling.
llvm-svn: 133872
|
2011-06-25 17:55:23 +00:00 |
|
Michael J. Spencer
|
ec29b121ff
|
Make Binary the parent of ObjectFile and update children to new interface.
llvm-svn: 133870
|
2011-06-25 17:54:50 +00:00 |
|
Michael J. Spencer
|
aa41981dd8
|
Revert the last two commits in the series. r132911, r132912.
llvm-svn: 132913
|
2011-06-13 11:53:31 +00:00 |
|
Michael J. Spencer
|
a7f9c49aab
|
Make Binary the parent of ObjectFile and update children to new interface.
llvm-svn: 132911
|
2011-06-13 11:12:33 +00:00 |
|
Eric Christopher
|
ae95ad1935
|
Use enums for constant values.
llvm-svn: 129984
|
2011-04-22 06:34:01 +00:00 |
|
Eric Christopher
|
22a19816f6
|
Make the file format strings a little prettier for mach-o.
llvm-svn: 129980
|
2011-04-22 04:08:58 +00:00 |
|
Eric Christopher
|
7b015c7598
|
Add an ObjectFile implementation for mach-o.
Patch by Patrick Walton!
llvm-svn: 129974
|
2011-04-22 03:19:48 +00:00 |
|