Searched refs:impl32_ (Results 1 – 2 of 2) sorted by relevance
1030 : path_(path), fd_(-1), impl32_(NULL), impl64_(NULL) { in ElfReader()1049 if (impl32_ != NULL) in ~ElfReader()1050 delete impl32_; in ~ElfReader()1224 if (impl32_ == NULL) { in GetImpl32()1225 impl32_ = new ElfReaderImpl<Elf32>(path_, fd_); in GetImpl32()1227 return impl32_; in GetImpl32()
161 ElfReaderImpl<Elf32> *impl32_; variable