Searched refs:RelItr (Results 1 – 2 of 2) sorted by relevance
96 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() argument98 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()197 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local198 RelItr != RelEnd; ++RelItr) { in addRelocations()200 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()244 if (RelItr == RelEnd) in addRelocations()247 ++RelItr; in addRelocations()248 RI = getRelocationInfo(RelItr); in addRelocations()354 FixupContent, ++RelItr, RelEnd); in addRelocations()
99 getRelocationInfo(const object::relocation_iterator RelItr) { in getRelocationInfo() argument101 getObject().getRelocation(RelItr->getRawDataRefImpl()); in getRelocationInfo()206 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local207 RelItr != RelEnd; ++RelItr) { in addRelocations()209 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()323 FixupContent, ++RelItr, RelEnd); in addRelocations()