summaryrefslogtreecommitdiffstats
path: root/runtime/elf.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplify template parameters of Elf classes.David Srbecky2015-04-221-0/+32
| | | | | | | | | | | The ELF specification defines several types which differ between 32-bit ELF and 64-bit ELF. We used to template all ELF-related methods on all of those types which was very verbose. This CL wraps all the types as typedefs in ElfTypes32 and ElfTypes64. One of those wrappers is then used as the template parameter. Change-Id: I65247c2c79d92a7c4799e988cf3e4a1b10eb4788
* ART: Prepare for ELF64.Tong Shen2014-10-031-0/+1
| | | | | | Only expose necessary interface in ElfFile, and move all details into template class ElfFileImpl. Change-Id: I9df2bbc55f32ba0ba91f4f3d5d0009e84a2ddf74
* Add a local elf.hBrian Carlstrom2014-07-021-0/+1856
Change-Id: Ic2d449bfdd3c95e393c083c9e1022adc4e9c06b8