Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp59 extern "C" bool _dyld_find_unwind_sections(void *, dyld_unwind_sections *);
64 static inline bool _dyld_find_unwind_sections(void* addr, in _dyld_find_unwind_sections() function
389 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()