Searched refs:dyldInfo (Results 1 – 1 of 1) sorted by relevance
342 dyld_unwind_sections dyldInfo; in findUnwindSections() local343 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()344 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()346 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()347 info.dwarf_section_length = dyldInfo.dwarf_section_length; in findUnwindSections()349 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()350 info.compact_unwind_section_length = dyldInfo.compact_unwind_section_length; in findUnwindSections()447 Dl_info dyldInfo; in findFunctionName() local448 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()449 if (dyldInfo.dli_sname != NULL) { in findFunctionName()[all …]