Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp311 extern "C" bool _dyld_find_unwind_sections(void *, dyld_unwind_sections *);
314 static inline bool _dyld_find_unwind_sections(void* addr, in _dyld_find_unwind_sections() function
344 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()