Home
last modified time | relevance | path

Searched refs:_Unwind_EHT_Header (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/libunwind/include/
HDunwind_arm_ehabi.h25 typedef uint32_t _Unwind_EHT_Header; typedef
63 _Unwind_EHT_Header* ehtp; /* pointer to EHT entry header word */
/freebsd-head/contrib/libcxxrt/
HDunwind-arm.h60 typedef uint32_t _Unwind_EHT_Header; typedef
93 _Unwind_EHT_Header *ehtp;
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HDunwind.h111 typedef uint32_t _Unwind_EHT_Header; typedef
136 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */
/freebsd-head/contrib/llvm-project/libunwind/src/
HDUnwind-EHABI.cpp520 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1()
635 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase2()
760 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase2_forced()
HDUnwindLevel1-gcc-ext.c172 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo; in _Unwind_Backtrace()