Lines Matching refs:relocation_iterator
2174 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
2178 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
2181 relocation_iterator
2195 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
2198 relocation_iterator MachOObjectFile::extrel_begin() const { in extrel_begin()
2203 return relocation_iterator(RelocationRef(Ret, this)); in extrel_begin()
2206 relocation_iterator MachOObjectFile::extrel_end() const { in extrel_end()
2212 return relocation_iterator(RelocationRef(Ret, this)); in extrel_end()
2215 relocation_iterator MachOObjectFile::locrel_begin() const { in locrel_begin()
2220 return relocation_iterator(RelocationRef(Ret, this)); in locrel_begin()
2223 relocation_iterator MachOObjectFile::locrel_end() const { in locrel_end()
2229 return relocation_iterator(RelocationRef(Ret, this)); in locrel_end()
2591 MachOObjectFile::getRelocationRelocatedSection(relocation_iterator Rel) const { in getRelocationRelocatedSection()
2889 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin()
2895 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()