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