Searched refs:_dyld_find_unwind_sections (Results 1 – 1 of 1) sorted by relevance
311 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() function344 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()