Searched refs:elf32 (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ | ||
D | elf_file.h | 108 explicit ElfFile(ElfFileImpl32* elf32); |
D | elf_file.cc | 1684 ElfFile::ElfFile(ElfFileImpl32* elf32) : elf32_(elf32), elf64_(nullptr) { in ElfFile() argument |