Searched refs:dyldInfo (Results 1 – 2 of 2) sorted by relevance
493 dyld_unwind_sections dyldInfo; in findUnwindSections() local 494 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections() 495 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections() 497 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections() 498 info.dwarf_section_length = (size_t)dyldInfo.dwarf_section_length; in findUnwindSections() 500 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections() 501 info.compact_unwind_section_length = (size_t)dyldInfo.compact_unwind_section_length; in findUnwindSections() 672 Dl_info dyldInfo; in findFunctionName() 673 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName() 674 if (dyldInfo in findFunctionName() 671 Dl_info dyldInfo; findFunctionName() local [all...]
1733 const auto *dyldInfo = findCommand<dyld_info_command>(hdr, LC_DYLD_INFO_ONLY); in DylibFile() local1736 if (dyldInfo && exportsTrie) { in DylibFile()1744 if (dyldInfo) { in DylibFile()1745 parseExportedSymbols(dyldInfo->export_off, dyldInfo->export_size); in DylibFile()