Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp28 bool checkKeyMgrRegisteredFDEs(uintptr_t targetAddr, void *&fde);
145 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
146 bool findOtherFDE(pint_t targetAddr, pint_t &fde);
339 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, in findUnwindSections() argument
343 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()
361 (_Unwind_Ptr) targetAddr, &length); in findUnwindSections()
373 uintptr_t targetAddr; in findUnwindSections()
376 dl_iterate_cb_data cb_data = {this, &info, targetAddr}; in findUnwindSections()
387 if (cbdata->targetAddr < pinfo->dlpi_addr) { in findUnwindSections()
396 if (cbdata->targetAddr >= begin && cbdata->targetAddr < end) { in findUnwindSections()
[all …]