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

/external/libcxxabi/include/
H A Dlibunwind.h68 typedef uint32_t unw_word_t; typedef
71 typedef uint64_t unw_word_t; typedef
76 unw_word_t start_ip; /* start address of function */
77 unw_word_t end_ip; /* address after end of function */
78 unw_word_t lsda; /* address of language specific data area, */
80 unw_word_t handler; /* personality routine, or zero if not used */
81 unw_word_t gp; /* not used */
82 unw_word_t flags; /* not used */
85 unw_word_t unwind_info; /* address of dwarf unwind info, or zero */
86 unw_word_t extr
[all...]
/external/libunwind/include/
H A Dlibunwind-aarch64.h51 typedef uint64_t unw_word_t; typedef
H A Dlibunwind-arm.h49 typedef uint32_t unw_word_t; typedef
H A Dlibunwind-hppa.h47 typedef uint32_t unw_word_t; typedef
52 struct { unw_word_t bits[2]; } raw;
H A Dlibunwind-ia64.h69 typedef uint64_t unw_word_t; typedef
78 struct { unw_word_t bits[2]; } raw;
175 extern int unw_search_ia64_unwind_table (unw_addr_space_t, unw_word_t,
183 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-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-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-sh.h50 typedef uint32_t unw_word_t; typedef
H A Dlibunwind-x86.h49 typedef uint32_t unw_word_t; typedef
H A Dlibunwind-x86_64.h51 typedef uint64_t unw_word_t; typedef

Completed in 308 milliseconds