Lines Matching refs:relocation_iterator
2013 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
2017 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
2020 relocation_iterator
2034 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
2037 relocation_iterator MachOObjectFile::extrel_begin() const { in extrel_begin()
2042 return relocation_iterator(RelocationRef(Ret, this)); in extrel_begin()
2045 relocation_iterator MachOObjectFile::extrel_end() const { in extrel_end()
2051 return relocation_iterator(RelocationRef(Ret, this)); in extrel_end()
2054 relocation_iterator MachOObjectFile::locrel_begin() const { in locrel_begin()
2059 return relocation_iterator(RelocationRef(Ret, this)); in locrel_begin()
2062 relocation_iterator MachOObjectFile::locrel_end() const { in locrel_end()
2068 return relocation_iterator(RelocationRef(Ret, this)); in locrel_end()
2411 MachOObjectFile::getRelocationRelocatedSection(relocation_iterator Rel) const { in getRelocationRelocatedSection()
2679 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin()
2685 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()