Lines Matching defs:Source
2 * Copyright (C) 2011 The Android Open Source Project
364 RelocationRange(uintptr_t source, uintptr_t dest, uintptr_t length)
365 : source_(source),
381 // Translate a source address to the destination space.
387 // Returns the delta between the dest from the source.
392 uintptr_t Source() const {
411 return os << "(" << reinterpret_cast<const void*>(reloc.Source()) << "-"
412 << reinterpret_cast<const void*>(reloc.Source() + reloc.Length()) << ")->("
1042 << reinterpret_cast<const void*>(range0_.Source()) << "-"
1043 << reinterpret_cast<const void*>(range0_.Source() + range0_.Length());