Searched refs:findDynamicUnwindSections (Results 1 – 3 of 3) sorted by relevance
70 bool findDynamicUnwindSections(void *, unw_dynamic_unwind_sections *);506 if (findDynamicUnwindSections((void *)targetAddr, in findUnwindSections()
363 bool findDynamicUnwindSections(void *addr, unw_dynamic_unwind_sections *info) { in findDynamicUnwindSections() function
281 static int findDynamicUnwindSections(uintptr_t addr,398 if (__unw_add_find_dynamic_unwind_sections(&findDynamicUnwindSections)) in initialize()412 if (__unw_remove_find_dynamic_unwind_sections(&findDynamicUnwindSections)) { in shutdown()985 int MachOPlatformRuntimeState::findDynamicUnwindSections( in findDynamicUnwindSections() function in __anon3d23d5020311::MachOPlatformRuntimeState