Searched refs:_Unwind_GetRegionStart (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp68 _Unwind_GetRegionStart,
/freebsd-11-stable/contrib/libexecinfo/
H A Dunwind.h59 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
/freebsd-11-stable/contrib/gcc/
H A Dunwind-compat.c160 _Unwind_GetRegionStart (struct _Unwind_Context *context) function
164 symver (_Unwind_GetRegionStart, GCC_3.0);
H A Dunwind-generic.h166 extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
H A Dunwind-c.c56 info->Start = (context ? _Unwind_GetRegionStart (context) : 0);
H A Dunwind-pe.h121 return _Unwind_GetRegionStart (context);
H A Dunwind-sjlj.c245 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) )
243 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) function
H A Dunwind-dw2.c310 _Unwind_GetRegionStart (struct _Unwind_Context *context)
1548 alias (_Unwind_GetRegionStart);
307 _Unwind_GetRegionStart (struct _Unwind_Context *context) function
1540 alias (_Unwind_GetRegionStart); variable
/freebsd-11-stable/include/
H A Dunwind.h98 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *);
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-itanium.h97 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *);
H A Ddwarf_eh.h273 v += static_cast<uint64_t>(static_cast<uintptr_t>(_Unwind_GetRegionStart(c)));
318 /// _Unwind_GetRegionStart().
343 lsda.region_start = reinterpret_cast<dw_eh_ptr_t>(_Unwind_GetRegionStart(context));
413 uint64_t ip = _Unwind_GetIP(context) - _Unwind_GetRegionStart(context);
H A Dunwind-arm.h147 extern unsigned long _Unwind_GetRegionStart(struct _Unwind_Context *);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind_AppleExtras.cpp90 NOT_HERE_BEFORE_10_6(_Unwind_GetRegionStart)
128 NOT_HERE_BEFORE_5_0(_Unwind_GetRegionStart)
H A DUnwind-sjlj.c461 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
464 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p)", (void *)context);
H A DUnwindLevel1.c449 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
455 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR,
H A DUnwind-seh.cpp443 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
446 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR,
H A DUnwind-EHABI.cpp967 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
973 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%llX",
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h196 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
H A Dpr-support.c355 _Unwind_GetRegionStart (_Unwind_Context * context) function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c209 uintptr_t funcStart = (uintptr_t)_Unwind_GetRegionStart(context);
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h272 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h252 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc63 info->Start = (context ? _Unwind_GetRegionStart (context) : 0);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1736 _Unwind_GetRegionStart (struct _Unwind_Context *context)
2419 alias (_Unwind_GetRegionStart);
1729 _Unwind_GetRegionStart (struct _Unwind_Context *context) function
2411 alias (_Unwind_GetRegionStart); variable

Completed in 307 milliseconds