• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/libunwind/src/

Lines Matching refs:unw_word_t

87   static void iterateCacheEntries(void (*func)(unw_word_t ip_start,
88 unw_word_t ip_end,
89 unw_word_t fde, unw_word_t mh));
208 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
418 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); }
419 virtual void setReg(int, unw_word_t) {
439 virtual bool getFunctionName(char *, size_t, unw_word_t *) {
466 virtual unw_word_t getReg(int);
467 virtual void setReg(int, unw_word_t);
475 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);
511 _info.lsda = reinterpret_cast<unw_word_t>(_dispContext.HandlerData);
513 _info.handler = reinterpret_cast<unw_word_t>(__libunwind_seh_personality);
656 unw_word_t UnwindCursor<A, R>::getReg(int regNum) {
706 void UnwindCursor<A, R>::setReg(int regNum, unw_word_t value) {
885 virtual unw_word_t getReg(int);
886 virtual void setReg(int, unw_word_t);
894 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);
1203 unw_word_t UnwindCursor<A, R>::getReg(int regNum) {
1208 void UnwindCursor<A, R>::setReg(int regNum, unw_word_t value) {
1388 unw_word_t personalityRoutine = 0xbadf00d;
1400 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr0;
1406 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr1;
1412 personalityRoutine = (unw_word_t) &__aeabi_unwind_cpp_pr2;
1528 _info.extra = (unw_word_t) sects.dso_base;
1818 _info.unwind_info = reinterpret_cast<unw_word_t>(unwindEntry);
1833 _info.lsda = reinterpret_cast<unw_word_t>(handler+1);
1835 _info.handler = reinterpret_cast<unw_word_t>(__libunwind_seh_personality);
2034 unw_word_t *offset) {