Home
last modified time | relevance | path

Searched refs:_Unwind_GetBSP (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/ia64/
Dunwind-resume.c21 _Unwind_GetBSP (struct _Unwind_Context *context) in _Unwind_GetBSP() function
23 return UNWIND_LINK_PTR (link (), _Unwind_GetBSP) (context); in _Unwind_GetBSP()
Dunwind-arch.h25 __typeof (_Unwind_GetBSP) *ptr__Unwind_GetBSP;
Djmpbuf-unwind.h31 && (uintptr_t) _Unwind_GetBSP (_context) - (_adj) \
/glibc-2.36/sysdeps/generic/
Dunwind.h211 extern _Unwind_Word _Unwind_GetBSP (struct _Unwind_Context *);
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl5141 (_Unwind_GetBSP): Undo last patch.
DChangeLog.2324844 (_Unwind_GetBSP): Modified function.
30228 (_Unwind_GetBSP): Modified function.
DChangeLog.145586 * sysdeps/generic/unwind.h (_Unwind_GetBSP): Add prototype.