Home
last modified time | relevance | path

Searched refs:dyldInfo (Results 1 – 2 of 2) sorted by relevance

/external/libunwind_llvm/src/
DAddressSpace.hpp340 dyld_unwind_sections dyldInfo; in findUnwindSections() local
341 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()
342 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
344 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()
345 info.dwarf_section_length = dyldInfo.dwarf_section_length; in findUnwindSections()
347 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
348 info.compact_unwind_section_length = dyldInfo.compact_unwind_section_length; in findUnwindSections()
482 Dl_info dyldInfo; in findFunctionName() local
483 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()
484 if (dyldInfo.dli_sname != NULL) { in findFunctionName()
[all …]
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc435 dyld_all_image_infos *dyldInfo = in ReadImageInfo() local
439 int count = dyldInfo->infoArrayCount; in ReadImageInfo()
445 dyldInfo->infoArray, in ReadImageInfo()