Searched refs:dyldInfo (Results 1 – 2 of 2) sorted by relevance
349 dyld_unwind_sections dyldInfo; in findUnwindSections() local350 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()351 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()353 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()354 info.dwarf_section_length = dyldInfo.dwarf_section_length; in findUnwindSections()356 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()357 info.compact_unwind_section_length = dyldInfo.compact_unwind_section_length; in findUnwindSections()461 Dl_info dyldInfo; in findFunctionName() local462 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()463 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()