Lines Matching refs:uintptr_t

28    bool checkKeyMgrRegisteredFDEs(uintptr_t targetAddr, void *&fde);
74 uintptr_t dso_base;
77 uintptr_t dwarf_section;
78 uintptr_t dwarf_section_length;
81 uintptr_t dwarf_index_section;
82 uintptr_t dwarf_index_section_length;
85 uintptr_t compact_unwind_section;
86 uintptr_t compact_unwind_section_length;
89 uintptr_t arm_section;
90 uintptr_t arm_section_length;
137 uintptr_t getP(pint_t addr);
151 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
302 uintptr_t dwarf_section_length;
304 uintptr_t compact_unwind_section_length;
344 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
346 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()
349 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
356 info.arm_section = (uintptr_t)(&__exidx_start); in findUnwindSections()
357 info.arm_section_length = (uintptr_t)(&__exidx_end - &__exidx_start); in findUnwindSections()
360 info.arm_section = (uintptr_t) dl_unwind_find_exidx( in findUnwindSections()
362 info.arm_section_length = (uintptr_t)length; in findUnwindSections()
373 uintptr_t targetAddr; in findUnwindSections()
394 uintptr_t begin = pinfo->dlpi_addr + phdr->p_vaddr; in findUnwindSections()
395 uintptr_t end = begin + phdr->p_memsz; in findUnwindSections()
403 uintptr_t eh_frame_hdr_start = pinfo->dlpi_addr + phdr->p_vaddr; in findUnwindSections()
516 uintptr_t size = (end - addr); in getULEB128()
526 uintptr_t size = (end - addr); in getSLEB128()