index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
elf_file.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Do not relocate app program headers in patchoat.
Vladimir Marko
2015-05-14
1
-1
/
+1
*
Simplify template parameters of Elf classes.
David Srbecky
2015-04-22
1
-7
/
+3
*
ART: Fix 64-bit ELF file support
Andreas Gampe
2015-04-07
1
-2
/
+2
*
ART: Add support for patching and loading OAT files compiled with PIC
Igor Murashkin
2014-10-27
1
-1
/
+4
*
Some code clean-up.
Ian Rogers
2014-10-16
1
-10
/
+30
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-3
/
+3
*
ART: Prepare for ELF64.
Tong Shen
2014-10-03
1
-154
/
+31
*
ART: Make elf loading not abort
Andreas Gampe
2014-09-15
1
-26
/
+37
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
1
-0
/
+2
*
Add patchoat tool to Art.
Alex Light
2014-07-07
1
-0
/
+1
*
Fixed gdb support and added some ElfFile functions
Alex Light
2014-06-27
1
-6
/
+10
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Tell GDB about Quick ART generated code
Mark Mendell
2014-03-02
1
-0
/
+13
*
ElfFile should protect itself from bad input
Brian Carlstrom
2014-02-26
1
-50
/
+54
*
Remove dependency on llvm/Support/ELF.h by using linux's elf.h.
Nicolas Geoffray
2014-02-19
1
-44
/
+43
*
Add missing error message propagation to ElfFile::SetMap
Brian Carlstrom
2013-11-06
1
-1
/
+1
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-3
/
+3
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
Do not mark pages executable unnecessarily to play nice with selinux
Brian Carlstrom
2013-07-12
1
-2
/
+3
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+174