Lines Matching refs:uintptr_t

51 char *getFuncNameFromTBTable(uintptr_t pc, uint16_t &NameLen,
62 uintptr_t dwarf_section_length;
64 uintptr_t compact_unwind_section_length;
129 uintptr_t dso_base;
135 uintptr_t dwarf_section;
139 uintptr_t dwarf_index_section;
143 uintptr_t compact_unwind_section;
147 uintptr_t arm_section;
156 CacheItem(UnwindInfoSections &uis, uintptr_t pc) in CacheItem()
159 CacheItem(uintptr_t pc) in CacheItem()
164 uintptr_t m_pc;
169 typedef uintptr_t CacheItemKey;
214 typedef uintptr_t pint_t;
246 uintptr_t getP(pint_t addr);
261 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
440 uintptr_t targetAddr;
454 uintptr_t begin = image_base + phdr->p_vaddr; in checkAddrInSegment()
455 uintptr_t end = begin + phdr->p_memsz; in checkAddrInSegment()
470 uintptr_t eh_frame_hdr_start = image_base + phdr->p_vaddr; in checkForUnwindInfoSegment()
486 uintptr_t exidx_start = image_base + phdr->p_vaddr; in checkForUnwindInfoSegment()
552 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
554 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()
557 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
565 info.dwarf_section = (uintptr_t)(&__eh_frame_start); in findUnwindSections()
569 info.dwarf_index_section = (uintptr_t)(&__eh_frame_hdr_start); in findUnwindSections()
578 info.arm_section = (uintptr_t)(&__exidx_start); in findUnwindSections()
605 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections()
607 uintptr_t begin = pish->VirtualAddress + (uintptr_t)mods[i]; in findUnwindSections()
608 uintptr_t end = begin + pish->Misc.VirtualSize; in findUnwindSections()
638 (uintptr_t)dl_unwind_find_exidx((_Unwind_Ptr)targetAddr, &length); in findUnwindSections()
670 info.dso_base = reinterpret_cast<uintptr_t>(findResult.dlfo_map_start); in findUnwindSections()
676 reinterpret_cast<uintptr_t>(findResult.dlfo_eh_frame); in findUnwindSections()