Home
last modified time | relevance | path

Searched refs:_Unwind_GetTextRelBase (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-generic.h232 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__))) in _Unwind_GetTextRelBase() function
242 extern _Unwind_Ptr _Unwind_GetTextRelBase (struct _Unwind_Context *);
Dunwind-compat.c107 _Unwind_GetTextRelBase (struct _Unwind_Context *context) in _Unwind_GetTextRelBase() function
111 symver (_Unwind_GetTextRelBase, GCC_3.0);
Dunwind-sjlj.c260 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetTextRelBase() function
Dunwind-pe.h114 return _Unwind_GetTextRelBase (context); in base_of_encoded_value()
Dunwind-seh.c164 _Unwind_GetTextRelBase (struct _Unwind_Context *c) in _Unwind_GetTextRelBase() function
Dunwind-dw2.c406 _Unwind_GetTextRelBase (struct _Unwind_Context *context) in _Unwind_GetTextRelBase() function
1736 alias (_Unwind_GetTextRelBase);
Dlibgcc-std.ver.in173 _Unwind_GetTextRelBase
DChangeLog4853 * unwind-generic.h (_Unwind_GetTextRelBase): Call __builtin_abort
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/
Dlibgcc-libsystem.ver12 _Unwind_GetTextRelBase
/netbsd/src/sys/lib/libunwind/
Dunwind.h84 uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *);
Dlibunwind.cxx362 uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context) { return 0; } in _Unwind_GetTextRelBase() function
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Dunwind-itanium.h128 extern unsigned long _Unwind_GetTextRelBase (struct _Unwind_Context *);
Dunwind-arm.h144 extern unsigned long _Unwind_GetTextRelBase(struct _Unwind_Context *);
Ddwarf_eh.h267 … v += static_cast<uint64_t>(static_cast<uintptr_t>(_Unwind_GetTextRelBase(c))); in resolve_indirect_value()
/netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/
Dunwind-arm-common.h191 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dlibgcc.texi2235 _Unwind_GetTextRelBase
Dgccint.info2906 _Unwind_GetTextRelBase
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20019590 _Unwind_GetTextRelBase): Argument is unused.
23029 (_Unwind_GetTextRelBase): New.
23225 * unwind-dw2.c (_Unwind_GetTextRelBase, _Unwind_GetDataRelBase): New.
DChangeLog-20065192 _Unwind_GetTextRelBase): Move from here ...
5194 _Unwind_GetTextRelBase): ... To here.
DChangeLog-20054136 (_Unwind_GetDataRelBase, _Unwind_GetTextRelBase): Move to here.
4138 (_Unwind_GetDataRelBase, _Unwind_GetTextRelBase): Change to
18314 * unwind.h (_Unwind_GetTextRelBase): Likewise.
DChangeLog-20022516 * unwind.h (_Unwind_GetTextRelBase): Revert last change, this is
5737 * unwind.h (_Unwind_GetTextRelBase): Mark _C argument with
DChangeLog-200335240 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.