• Home
  • Raw
  • Download

Lines Matching refs:uintptr_t

28    bool checkKeyMgrRegisteredFDEs(uintptr_t targetAddr, void *&fde);
81 uintptr_t dso_base;
84 uintptr_t dwarf_section;
85 uintptr_t dwarf_section_length;
88 uintptr_t dwarf_index_section;
89 uintptr_t dwarf_index_section_length;
92 uintptr_t compact_unwind_section;
93 uintptr_t compact_unwind_section_length;
96 uintptr_t arm_section;
97 uintptr_t arm_section_length;
144 uintptr_t getP(pint_t addr);
158 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
309 uintptr_t dwarf_section_length;
311 uintptr_t compact_unwind_section_length;
351 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()
353 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections()
356 info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section; in findUnwindSections()
363 info.arm_section = (uintptr_t)(&__exidx_start); in findUnwindSections()
364 info.arm_section_length = (uintptr_t)(&__exidx_end - &__exidx_start); in findUnwindSections()
367 info.arm_section = (uintptr_t) dl_unwind_find_exidx( in findUnwindSections()
369 info.arm_section_length = (uintptr_t)length; in findUnwindSections()
380 uintptr_t targetAddr; in findUnwindSections()
408 uintptr_t begin = pinfo->dlpi_addr + phdr->p_vaddr; in findUnwindSections()
409 uintptr_t end = begin + phdr->p_memsz; in findUnwindSections()
417 uintptr_t eh_frame_hdr_start = pinfo->dlpi_addr + phdr->p_vaddr; in findUnwindSections()
530 uintptr_t size = (end - addr); in getULEB128()
540 uintptr_t size = (end - addr); in getSLEB128()