Searched refs:UnwindCursor (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | UnwindCursor.hpp | 461 class UnwindCursor : public AbstractUnwindCursor { class 467 virtual ~UnwindCursor() {} in ~UnwindCursor() 528 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 629 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 642 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg() 872 class UnwindCursor : public AbstractUnwindCursor{ class 877 virtual ~UnwindCursor() {} in ~UnwindCursor() 1152 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor() function in libunwind::UnwindCursor 1161 UnwindCursor<A, R>::UnwindCursor(A &as, void *) in UnwindCursor() function in libunwind::UnwindCursor 1170 bool UnwindCursor<A, R>::validReg(int regNum) { in validReg() [all …]
|
| H A D | Unwind-seh.cpp | 445 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_x86_64>( in _unw_init_seh() 451 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_arm>( in _unw_init_seh() 457 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_arm64>( in _unw_init_seh() 470 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in _unw_seh_get_disp_ctx() 472 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in _unw_seh_get_disp_ctx() 474 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in _unw_seh_get_disp_ctx() 483 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContex… in _unw_seh_set_disp_ctx() 485 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in _unw_seh_set_disp_ctx() 487 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->setDispatcherContext… in _unw_seh_set_disp_ctx()
|
| H A D | libunwind.cpp | 78 new ((void *)cursor) UnwindCursor<LocalAddressSpace, REGISTER_KIND>( in unw_init_local() 100 UnwindCursor<RemoteAddressSpace<Pointer32<LittleEndian>>, in unw_init_remote_thread() 105 UnwindCursor<RemoteAddressSpace<Pointer64<LittleEndian>>, in unw_init_remote_thread() 110 UnwindCursor<RemoteAddressSpace<Pointer32<BigEndian>>, in unw_init_remote_thread()
|