Searched defs:unw_word_t (Results 1 - 11 of 11) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-hppa.h47 typedef uint32_t unw_word_t; typedef
52 struct { unw_word_t bits[2]; } raw;
H A Dlibunwind-sh.h50 typedef uint32_t unw_word_t; typedef
H A Dlibunwind-ia64.h69 typedef uint64_t unw_word_t; typedef
78 struct { unw_word_t bits[2]; } raw;
178 extern int unw_search_ia64_unwind_table (unw_addr_space_t, unw_word_t,
186 extern unw_word_t _Uia64_find_dyn_list (unw_addr_space_t, unw_dyn_info_t *,
H A Dlibunwind-mips.h57 typedef uint64_t unw_word_t; typedef
H A Dlibunwind-x86_64.h51 typedef uint64_t unw_word_t; typedef
H A Dlibunwind-aarch64.h51 typedef uint64_t unw_word_t; typedef
H A Dlibunwind-ppc32.h59 * UNW_TDEP_CURSOR_LEN is in terms of unw_word_t size. Since we have 115
60 * elements in the loc array, each sized 2 * unw_word_t, plus the rest of
68 typedef uint32_t unw_word_t; typedef
71 typedef uint64_t unw_word_t; typedef
H A Dlibunwind-x86.h49 typedef uint32_t unw_word_t; typedef
H A Dlibunwind-ppc64.h59 * UNW_TDEP_CURSOR_LEN is in terms of unw_word_t size. Since we have 115
60 * elements in the loc array, each sized 2 * unw_word_t, plus the rest of
68 typedef uint32_t unw_word_t; typedef
71 typedef uint64_t unw_word_t; typedef
H A Dlibunwind-arm.h49 typedef uint32_t unw_word_t; typedef
/external/libunwind_llvm/include/
H A Dlibunwind.h75 typedef uintptr_t unw_word_t; typedef
83 unw_word_t start_ip; /* start address of function */
84 unw_word_t end_ip; /* address after end of function */
85 unw_word_t lsda; /* address of language specific data area, */
87 unw_word_t handler; /* personality routine, or zero if not used */
88 unw_word_t gp; /* not used */
89 unw_word_t flags; /* not used */
92 unw_word_t unwind_info; /* address of DWARF unwind info, or zero */
93 unw_word_t extra; /* mach_header of mach-o image containing func */
104 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAI
[all...]

Completed in 195 milliseconds