Searched refs:GetLoadAddress (Results 1 – 2 of 2) sorted by relevance
141 uint64_t GetLoadAddress() const {return load_address_;} in GetLoadAddress() function167 return GetLoadAddress() < inInfo.GetLoadAddress();218 return (*const_cast<DynamicImageRef*>(this)->p).GetLoadAddress() ==219 (*const_cast<DynamicImageRef&>(inInfo)).GetLoadAddress();
271 (uintptr_t)image.GetLoadAddress() - (uintptr_t)seg->vmaddr; in FindTextSection()