Eli Bendersky d2042f3698 Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented
in a subclass named DyldELFObject. This class supports rebasing the object file
it represents by re-mapping section addresses to the actual memory addresses
the object was placed in. This is required for MC-JIT implementation on ELF with
debugging support.

Patch reviewed on llvm-commits.

Developed together with Ashok Thirumurthi and Andrew Kaylor.

llvm-svn: 148653
2012-01-22 09:01:03 +00:00
..
2011-11-29 17:40:10 +00:00
2011-06-25 17:55:23 +00:00
2010-11-15 03:33:14 +00:00
2011-11-29 17:40:10 +00:00
2011-12-25 01:20:19 +00:00