Searched refs:dyldInfo (Results 1 – 2 of 2) sorted by relevance
388 dyld_unwind_sections dyldInfo; in findUnwindSections() local389 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()390 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()392 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()393 info.dwarf_section_length = dyldInfo.dwarf_section_length; in findUnwindSections()395 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()396 info.compact_unwind_section_length = dyldInfo.compact_unwind_section_length; in findUnwindSections()593 Dl_info dyldInfo; in findFunctionName() local594 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()595 if (dyldInfo.dli_sname != NULL) { in findFunctionName()[all …]
435 dyld_all_image_infos *dyldInfo = in ReadImageInfo() local439 int count = dyldInfo->infoArrayCount; in ReadImageInfo()445 dyldInfo->infoArray, in ReadImageInfo()