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

12

/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dnetware-libgcc.exp68 _Unwind_GetRegionStart,
/openbsd-current/gnu/gcc/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.c337 _Unwind_GetRegionStart (struct _Unwind_Context *context)
1566 alias (_Unwind_GetRegionStart);
334 _Unwind_GetRegionStart (struct _Unwind_Context *context) function
1558 alias (_Unwind_GetRegionStart); variable
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind_AppleExtras.cpp61 NOT_HERE_BEFORE_10_6(_Unwind_GetRegionStart)
99 NOT_HERE_BEFORE_5_0(_Unwind_GetRegionStart)
H A DUnwind-sjlj.c473 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
476 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p)", (void *)context);
H A DUnwind-seh.cpp433 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
436 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR,
H A DUnwindLevel1.c521 _Unwind_GetRegionStart(struct _Unwind_Context *context) { function
527 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR,
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h158 extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
H A Dunwind-c.c47 info->Start = (context ? _Unwind_GetRegionStart (context) : 0);
H A Dunwind-libunwind.c160 _Unwind_GetRegionStart (struct _Unwind_Context *context)
158 _Unwind_GetRegionStart (struct _Unwind_Context *context) function
H A Dunwind-pe.h109 return _Unwind_GetRegionStart (context);
H A Dunwind-sjlj.c217 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) )
215 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) function
H A Dunwind-dw2.c247 _Unwind_GetRegionStart (struct _Unwind_Context *context)
243 _Unwind_GetRegionStart (struct _Unwind_Context *context) function
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind.h76 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h192 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
H A Dpr-support.c355 _Unwind_GetRegionStart (_Unwind_Context * context) function
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h257 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c208 uintptr_t funcStart = (uintptr_t)_Unwind_GetRegionStart(context);
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc60 info->Start = (context ? _Unwind_GetRegionStart (context) : 0);
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc63 info->Start = (context ? _Unwind_GetRegionStart (context) : 0);
/openbsd-current/gnu/gcc/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 235 milliseconds

12