Searched refs:_Unwind_GetDataRelBase (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp64 _Unwind_GetDataRelBase,
/freebsd-11-stable/contrib/libexecinfo/
H A Dunwind.h53 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *);
/freebsd-11-stable/contrib/gcc/
H A Dunwind-compat.c103 _Unwind_GetDataRelBase (struct _Unwind_Context *context) function
107 symver (_Unwind_GetDataRelBase, GCC_3.0);
H A Dunwind-generic.h209 _Unwind_GetDataRelBase (struct _Unwind_Context *_C) function
225 extern _Unwind_Ptr _Unwind_GetDataRelBase (struct _Unwind_Context *);
H A Dunwind-pe.h119 return _Unwind_GetDataRelBase (context);
H A Dunwind-sjlj.c258 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) )
256 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) function
H A Dunwind-dw2.c328 _Unwind_GetDataRelBase (struct _Unwind_Context *context)
1542 alias (_Unwind_GetDataRelBase);
325 _Unwind_GetDataRelBase (struct _Unwind_Context *context) function
1534 alias (_Unwind_GetDataRelBase); variable
/freebsd-11-stable/include/
H A Dunwind.h126 extern unsigned long _Unwind_GetDataRelBase (struct _Unwind_Context *);
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-itanium.h125 extern unsigned long _Unwind_GetDataRelBase (struct _Unwind_Context *);
H A Dunwind-arm.h143 extern unsigned long _Unwind_GetDataRelBase(struct _Unwind_Context *);
H A Ddwarf_eh.h270 v += static_cast<uint64_t>(static_cast<uintptr_t>(_Unwind_GetDataRelBase(c)));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h282 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *)
311 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h199 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
H A Dunwind-arm.c1065 _Unwind_GetDataRelBase (_Unwind_Context *context __attribute__ ((unused))) function
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind_AppleExtras.cpp98 NOT_HERE_BEFORE_10_6(_Unwind_GetDataRelBase)
H A DUnwindLevel1-gcc-ext.c70 _Unwind_GetDataRelBase(struct _Unwind_Context *context) { function
72 _LIBUNWIND_TRACE_API("_Unwind_GetDataRelBase(context=%p)", (void *)context);
73 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
H A DUnwind-sjlj.c485 _Unwind_GetDataRelBase(struct _Unwind_Context *context) { function
488 _LIBUNWIND_TRACE_API("_Unwind_GetDataRelBase(context=%p)", (void *)context);
489 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h360 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)

Completed in 110 milliseconds