aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/ELFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-151-0/+12
* Object: Add proper error handling.Michael J. Spencer2011-06-251-62/+100
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-251-20/+22
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-131-22/+20
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-131-20/+22
* Assorted bugfixes in object file handling:Eric Christopher2011-04-031-0/+2
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-211-60/+40
* Object: Add ELF support.Michael J. Spencer2011-01-201-0/+706