summaryrefslogtreecommitdiffstats
path: root/runtime/elf_file.h
Commit message (Expand)AuthorAgeFilesLines
* Reserve boot image memory in one go.Vladimir Marko2018-08-311-4/+10
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
* Ensure OpenDexFilesFromImage closes file to prevent file descriptor leakBrian Carlstrom2016-10-141-2/+2
* Add patchoat check that input oat file has patch section.Jeff Hao2016-03-181-0/+2
* Add oatdump support for app imagesMathieu Chartier2016-03-141-3/+10
* Make patchoat match offset when given a patched imageAlex Light2015-08-141-1/+1
* ART: Do not relocate app program headers in patchoat.Vladimir Marko2015-05-141-1/+1
* Simplify template parameters of Elf classes.David Srbecky2015-04-221-7/+3
* ART: Fix 64-bit ELF file supportAndreas Gampe2015-04-071-2/+2
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-1/+4
* Some code clean-up.Ian Rogers2014-10-161-10/+30
* stdint types all the way!Ian Rogers2014-10-091-3/+3
* ART: Prepare for ELF64.Tong Shen2014-10-031-154/+31
* ART: Make elf loading not abortAndreas Gampe2014-09-151-26/+37
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-0/+2
* Add patchoat tool to Art.Alex Light2014-07-071-0/+1
* Fixed gdb support and added some ElfFile functionsAlex Light2014-06-271-6/+10
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Tell GDB about Quick ART generated codeMark Mendell2014-03-021-0/+13
* ElfFile should protect itself from bad inputBrian Carlstrom2014-02-261-50/+54
* Remove dependency on llvm/Support/ELF.h by using linux's elf.h.Nicolas Geoffray2014-02-191-44/+43
* Add missing error message propagation to ElfFile::SetMapBrian Carlstrom2013-11-061-1/+1
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-3/+3
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Do not mark pages executable unnecessarily to play nice with selinuxBrian Carlstrom2013-07-121-2/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+174