Lines Matching refs:this
101 /// As of writing this, std::vector<elf_symbol_sptr>::const_iterator.
142 return *this;
151 symtab_iterator result(*this);
152 ++(*this);
168 while (*this != end_ && !filter_.matches(***this))
169 ++(*this);
221 /// criteria. Whenever this iterator advances, it skips elements that do not
263 /// Whether this is a Linux Kernel binary
266 /// Whether this kernel_binary has ksymtab entries