HomeSort by relevance Sort by last modified time
    Searched defs:unw_word_t (Results 1 - 12 of 12) sorted by null

  /external/libunwind/include/
libunwind-hppa.h 47 typedef uint32_t unw_word_t; typedef
52 struct { unw_word_t bits[2]; } raw;
libunwind-sh.h 50 typedef uint32_t unw_word_t; typedef
libunwind-ia64.h 69 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 *,
libunwind-mips.h 57 typedef uint64_t unw_word_t; typedef
libunwind-x86_64.h 51 typedef uint64_t unw_word_t; typedef
libunwind-aarch64.h 51 typedef uint64_t unw_word_t; typedef
libunwind-ppc32.h 59 * 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
libunwind-x86.h 49 typedef uint32_t unw_word_t; typedef
libunwind-ppc64.h 59 * 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
libunwind-arm.h 49 typedef uint32_t unw_word_t; typedef
  /external/libunwind_llvm/include/
libunwind.h 62 typedef uint32_t unw_word_t; typedef
65 typedef uint64_t unw_word_t; typedef
70 unw_word_t start_ip; /* start address of function */
71 unw_word_t end_ip; /* address after end of function */
72 unw_word_t lsda; /* address of language specific data area, */
74 unw_word_t handler; /* personality routine, or zero if not used */
75 unw_word_t gp; /* not used */
76 unw_word_t flags; /* not used */
79 unw_word_t unwind_info; /* address of dwarf unwind info, or zero */
80 unw_word_t extra; /* mach_header of mach-o image containing func *
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 62 typedef uint32_t unw_word_t; typedef
65 typedef uint64_t unw_word_t; typedef
70 unw_word_t start_ip; /* start address of function */
71 unw_word_t end_ip; /* address after end of function */
72 unw_word_t lsda; /* address of language specific data area, */
74 unw_word_t handler; /* personality routine, or zero if not used */
75 unw_word_t gp; /* not used */
76 unw_word_t flags; /* not used */
79 unw_word_t unwind_info; /* address of dwarf unwind info, or zero */
80 unw_word_t extra; /* mach_header of mach-o image containing func *
    [all...]

Completed in 565 milliseconds