Home | History | Annotate | Download | only in Unwind

Lines Matching refs:unw_word_t

48   static void iterateCacheEntries(void (*func)(unw_word_t ip_start,
49 unw_word_t ip_end,
50 unw_word_t fde, unw_word_t mh));
168 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
378 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); }
379 virtual void setReg(int, unw_word_t) {
399 virtual bool getFunctionName(char *, size_t, unw_word_t *) {
423 virtual unw_word_t getReg(int);
424 virtual void setReg(int, unw_word_t);
432 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);
580 unw_word_t UnwindCursor<A, R>::getReg(int regNum) {
585 void UnwindCursor<A, R>::setReg(int regNum, unw_word_t value) {
732 unw_word_t personalityRoutine = 0xbadf00d;
744 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr0;
749 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr1;
754 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr2;
869 _info.extra = (unw_word_t) sects.dso_base;
1310 unw_word_t *offset) {