Home
last modified time | relevance | path

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

/external/libcxxabi/src/Unwind/
DAddressSpace.hpp317 dyld_unwind_sections dyldInfo; in findUnwindSections() local
318 if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) { in findUnwindSections()
319 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
321 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()
322 info.dwarf_section_length = dyldInfo.dwarf_section_length; in findUnwindSections()
324 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
325 info.compact_unwind_section_length = dyldInfo.compact_unwind_section_length; in findUnwindSections()
357 Dl_info dyldInfo; in findFunctionName() local
358 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()
359 if (dyldInfo.dli_sname != NULL) { in findFunctionName()
[all …]