Lines Matching refs:uintptr_t
50 char *getFuncNameFromTBTable(uintptr_t pc, uint16_t &NameLen,
61 uintptr_t dwarf_section_length;
63 uintptr_t compact_unwind_section_length;
128 uintptr_t dso_base;
134 uintptr_t dwarf_section;
138 uintptr_t dwarf_index_section;
142 uintptr_t compact_unwind_section;
146 uintptr_t arm_section;
157 typedef uintptr_t pint_t;
189 uintptr_t getP(pint_t addr);
204 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
401 uintptr_t targetAddr;
415 uintptr_t begin = image_base + phdr->p_vaddr; in checkAddrInSegment()
416 uintptr_t end = begin + phdr->p_memsz; in checkAddrInSegment()
431 uintptr_t eh_frame_hdr_start = image_base + phdr->p_vaddr; in checkForUnwindInfoSegment()
447 uintptr_t exidx_start = image_base + phdr->p_vaddr; in checkForUnwindInfoSegment()
513 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
515 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()
518 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
526 info.dwarf_section = (uintptr_t)(&__eh_frame_start); in findUnwindSections()
530 info.dwarf_index_section = (uintptr_t)(&__eh_frame_hdr_start); in findUnwindSections()
539 info.arm_section = (uintptr_t)(&__exidx_start); in findUnwindSections()
566 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections()
568 uintptr_t begin = pish->VirtualAddress + (uintptr_t)mods[i]; in findUnwindSections()
569 uintptr_t end = begin + pish->Misc.VirtualSize; in findUnwindSections()
599 (uintptr_t)dl_unwind_find_exidx((_Unwind_Ptr)targetAddr, &length); in findUnwindSections()