Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DAddressSpace.hpp504 dyld_unwind_sections dyldInfo; in findUnwindSections() local
505 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() local
612 if (dladdr((void *)addr, &dyldInfo)) { in findFunctionName()
613 if (dyldInfo.dli_sname != NULL) { in findFunctionName()
[all …]
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp277 const dyld_info_command *dyldInfo = nullptr; in readBinary() local
478 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()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc431 dyld_all_image_infos *dyldInfo = in ReadImageInfo() local
435 int count = dyldInfo->infoArrayCount; in ReadImageInfo()
441 dyldInfo->infoArray, in ReadImageInfo()