Lines Matching refs:relocation_iterator
2075 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
2079 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
2082 relocation_iterator
2096 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
2099 relocation_iterator MachOObjectFile::extrel_begin() const { in extrel_begin()
2104 return relocation_iterator(RelocationRef(Ret, this)); in extrel_begin()
2107 relocation_iterator MachOObjectFile::extrel_end() const { in extrel_end()
2113 return relocation_iterator(RelocationRef(Ret, this)); in extrel_end()
2116 relocation_iterator MachOObjectFile::locrel_begin() const { in locrel_begin()
2121 return relocation_iterator(RelocationRef(Ret, this)); in locrel_begin()
2124 relocation_iterator MachOObjectFile::locrel_end() const { in locrel_end()
2130 return relocation_iterator(RelocationRef(Ret, this)); in locrel_end()
2492 MachOObjectFile::getRelocationRelocatedSection(relocation_iterator Rel) const { in getRelocationRelocatedSection()
2790 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin()
2796 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()