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

/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp68 _Unwind_GetRegionStart,
/freebsd-10.0-release/contrib/libexecinfo/
H A Dunwind.h59 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
/freebsd-10.0-release/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)
1539 alias (_Unwind_GetRegionStart);
307 _Unwind_GetRegionStart (struct _Unwind_Context *context) function
1531 alias (_Unwind_GetRegionStart); variable
/freebsd-10.0-release/contrib/libcxxrt/
H A Dunwind-itanium.h96 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *);
H A Ddwarf_eh.h275 v += (uint64_t)_Unwind_GetRegionStart(c);
320 /// _Unwind_GetRegionStart().
345 lsda.region_start = (dw_eh_ptr_t)(uintptr_t)_Unwind_GetRegionStart(context);
415 uint64_t ip = _Unwind_GetIP(context) - _Unwind_GetRegionStart(context);
H A Dunwind-arm.h139 extern unsigned long _Unwind_GetRegionStart(struct _Unwind_Context *);
/freebsd-10.0-release/include/
H A Dunwind.h98 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *);
/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c53 extern uintptr_t _Unwind_GetRegionStart(_Unwind_Context_t context);
205 uintptr_t funcStart = _Unwind_GetRegionStart(context);
/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Deh_personality.cc63 info->Start = (context ? _Unwind_GetRegionStart (context) : 0);
/freebsd-10.0-release/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 216 milliseconds