Searched refs:impl64_ (Results 1 – 2 of 2) sorted by relevance
1030 : path_(path), fd_(-1), impl32_(NULL), impl64_(NULL) { in ElfReader()1051 if (impl64_ != NULL) in ~ElfReader()1052 delete impl64_; in ~ElfReader()1231 if (impl64_ == NULL) { in GetImpl64()1232 impl64_ = new ElfReaderImpl<Elf64>(path_, fd_); in GetImpl64()1234 return impl64_; in GetImpl64()
162 ElfReaderImpl<Elf64> *impl64_; variable