Lines Matching refs:relocation_iterator
2123 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
2127 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
2130 relocation_iterator
2144 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
2147 relocation_iterator MachOObjectFile::extrel_begin() const { in extrel_begin()
2152 return relocation_iterator(RelocationRef(Ret, this)); in extrel_begin()
2155 relocation_iterator MachOObjectFile::extrel_end() const { in extrel_end()
2161 return relocation_iterator(RelocationRef(Ret, this)); in extrel_end()
2164 relocation_iterator MachOObjectFile::locrel_begin() const { in locrel_begin()
2169 return relocation_iterator(RelocationRef(Ret, this)); in locrel_begin()
2172 relocation_iterator MachOObjectFile::locrel_end() const { in locrel_end()
2178 return relocation_iterator(RelocationRef(Ret, this)); in locrel_end()
2540 MachOObjectFile::getRelocationRelocatedSection(relocation_iterator Rel) const { in getRelocationRelocatedSection()
2838 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin()
2844 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()