Home
last modified time | relevance | path

Searched refs:GetLoadAddress (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h141 uint64_t GetLoadAddress() const {return load_address_;} in GetLoadAddress() function
167 return GetLoadAddress() < inInfo.GetLoadAddress();
218 return (*const_cast<DynamicImageRef*>(this)->p).GetLoadAddress() ==
219 (*const_cast<DynamicImageRef&>(inInfo)).GetLoadAddress();
Ddynamic_images.cc271 (uintptr_t)image.GetLoadAddress() - (uintptr_t)seg->vmaddr; in FindTextSection()