Home | History | Annotate | Download | only in Unwind

Lines Matching refs:unw_word_t

45   static void iterateCacheEntries(void (*func)(unw_word_t ip_start,
46 unw_word_t ip_end,
47 unw_word_t fde, unw_word_t mh));
165 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
372 virtual unw_word_t getReg(int) = 0;
373 virtual void setReg(int, unw_word_t) = 0;
381 virtual bool getFunctionName(char *bf, size_t ln, unw_word_t *off) = 0;
400 virtual unw_word_t getReg(int);
401 virtual void setReg(int, unw_word_t);
409 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);
559 unw_word_t UnwindCursor<A, R>::getReg(int regNum) {
564 void UnwindCursor<A, R>::setReg(int regNum, unw_word_t value) {
725 unw_word_t personalityRoutine = 0xbadf00d;
737 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr0;
742 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr1;
747 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr2;
861 _info.extra = (unw_word_t) sects.dso_base;
1305 unw_word_t *offset) {