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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp69 _Unwind_GetTextRelBase,
/freebsd-11-stable/contrib/libexecinfo/
H A Dunwind.h60 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *);
/freebsd-11-stable/contrib/gcc/
H A Dunwind-compat.c113 _Unwind_GetTextRelBase (struct _Unwind_Context *context) function
117 symver (_Unwind_GetTextRelBase, GCC_3.0);
H A Dunwind-generic.h216 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__))) function
226 extern _Unwind_Ptr _Unwind_GetTextRelBase (struct _Unwind_Context *);
H A Dunwind-pe.h117 return _Unwind_GetTextRelBase (context);
H A Dunwind-sjlj.c264 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) )
262 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) function
H A Dunwind-dw2.c334 _Unwind_GetTextRelBase (struct _Unwind_Context *context)
1543 alias (_Unwind_GetTextRelBase);
331 _Unwind_GetTextRelBase (struct _Unwind_Context *context) function
1535 alias (_Unwind_GetTextRelBase); variable
/freebsd-11-stable/include/
H A Dunwind.h129 extern unsigned long _Unwind_GetTextRelBase (struct _Unwind_Context *);
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-itanium.h128 extern unsigned long _Unwind_GetTextRelBase (struct _Unwind_Context *);
H A Dunwind-arm.h146 extern unsigned long _Unwind_GetTextRelBase(struct _Unwind_Context *);
H A Ddwarf_eh.h267 v += static_cast<uint64_t>(static_cast<uintptr_t>(_Unwind_GetTextRelBase(c)));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h284 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *)
312 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h200 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
H A Dunwind-arm.c1071 _Unwind_GetTextRelBase (_Unwind_Context *context __attribute__ ((unused))) function
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind_AppleExtras.cpp99 NOT_HERE_BEFORE_10_6(_Unwind_GetTextRelBase)
H A DUnwindLevel1-gcc-ext.c80 _Unwind_GetTextRelBase(struct _Unwind_Context *context) { function
82 _LIBUNWIND_TRACE_API("_Unwind_GetTextRelBase(context=%p)", (void *)context);
83 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
H A DUnwind-sjlj.c496 _Unwind_GetTextRelBase(struct _Unwind_Context *context) { function
499 _LIBUNWIND_TRACE_API("_Unwind_GetTextRelBase(context=%p)", (void *)context);
500 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h362 extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context)

Completed in 220 milliseconds