Lines Matching refs:reloc
467 std::ostream& operator<<(std::ostream& os, const RelocationRange& reloc) {
468 return os << "(" << reinterpret_cast<const void*>(reloc.Source()) << "-"
469 << reinterpret_cast<const void*>(reloc.Source() + reloc.Length()) << ")->("
470 << reinterpret_cast<const void*>(reloc.Dest()) << "-"
471 << reinterpret_cast<const void*>(reloc.Dest() + reloc.Length()) << ")";