Home
last modified time | relevance | path

Searched defs:unw_word_t (Results 1 – 12 of 12) sorted by relevance

/external/libunwind/include/
Dlibunwind-sh.h50 typedef uint32_t unw_word_t; typedef
Dlibunwind-hppa.h47 typedef uint32_t unw_word_t; typedef
Dlibunwind-x86_64.h51 typedef uint64_t unw_word_t; typedef
Dlibunwind-ia64.h69 typedef uint64_t unw_word_t; typedef
Dlibunwind-mips.h57 typedef uint64_t unw_word_t; typedef
Dlibunwind-aarch64.h51 typedef uint64_t unw_word_t; typedef
Dlibunwind-x86.h49 typedef uint32_t unw_word_t; typedef
Dlibunwind-ppc32.h68 typedef uint32_t unw_word_t; typedef
Dlibunwind-ppc64.h68 typedef uint32_t unw_word_t; typedef
Dlibunwind-arm.h49 typedef uint32_t unw_word_t; typedef
/external/libunwind_llvm/src/
DUnwindCursor.hpp419 virtual void setReg(int, unw_word_t) { in setReg() argument
439 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() argument
/external/libunwind_llvm/include/
Dlibunwind.h77 typedef uintptr_t unw_word_t; typedef