Searched refs:Elf_Note_Iterator_Impl (Results 1 – 1 of 1) sorted by relevance
44 template <class ELFT> class Elf_Note_Iterator_Impl; variable75 using NoteIterator = Elf_Note_Iterator_Impl<ELFType<E, Is64>>;597 template <class NoteIteratorELFT> friend class Elf_Note_Iterator_Impl;625 class Elf_Note_Iterator_Impl664 Elf_Note_Iterator_Impl() {}665 explicit Elf_Note_Iterator_Impl(Error &Err) : Err(&Err) {}666 Elf_Note_Iterator_Impl(const uint8_t *Start, size_t Size, Error &Err)674 Elf_Note_Iterator_Impl &operator++() {681 bool operator==(Elf_Note_Iterator_Impl Other) const {688 bool operator!=(Elf_Note_Iterator_Impl Other) const {