Searched refs:dyldInfo (Results 1 – 3 of 3) sorted by relevance
504 dyld_unwind_sections dyldInfo; in findUnwindSections() local505 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()506 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()508 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()509 info.dwarf_section_length = dyldInfo.dwarf_section_length; in findUnwindSections()511 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()512 info.compact_unwind_section_length = dyldInfo.compact_unwind_section_length; in findUnwindSections()611 Dl_info dyldInfo; in findFunctionName() local612 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()613 if (dyldInfo.dli_sname != NULL) { in findFunctionName()[all …]
277 const dyld_info_command *dyldInfo = nullptr; in readBinary() local478 dyldInfo = reinterpret_cast<const dyld_info_command*>(lc); in readBinary()507 if (dyldInfo) { in readBinary()509 if (dyldInfo->export_size) { in readBinary()511 start + read32(&dyldInfo->export_off, isBig)); in readBinary()512 ArrayRef<uint8_t> trie(trieStart, read32(&dyldInfo->export_size, isBig)); in readBinary()
431 dyld_all_image_infos *dyldInfo = in ReadImageInfo() local435 int count = dyldInfo->infoArrayCount; in ReadImageInfo()441 dyldInfo->infoArray, in ReadImageInfo()