Searched refs:dyldInfo (Results 1 – 1 of 1) sorted by relevance
317 dyld_unwind_sections dyldInfo; in findUnwindSections() local318 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()319 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()321 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()322 info.dwarf_section_length = dyldInfo.dwarf_section_length; in findUnwindSections()324 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()325 info.compact_unwind_section_length = dyldInfo.compact_unwind_section_length; in findUnwindSections()357 Dl_info dyldInfo; in findFunctionName() local358 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()359 if (dyldInfo.dli_sname != NULL) { in findFunctionName()[all …]