reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_linux.cpp
  236   ucontext_t *ucp = (ucontext_t*)context;
projects/compiler-rt/lib/hwasan/hwasan_linux.cpp
  374 static AccessInfo GetAccessInfo(siginfo_t *info, ucontext_t *uc) {
  425                               ucontext_t *uc, uptr *registers_frame = nullptr) {
  446 static bool HwasanOnSIGTRAP(int signo, siginfo_t *info, ucontext_t *uc) {
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
 1755 using Context = ucontext_t;
 1900   ucontext_t *ucontext = (ucontext_t*)context;
projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
  207   unsigned ucontext_t_sz = sizeof(ucontext_t);
usr/include/ucontext.h
   31 extern int getcontext (ucontext_t *__ucp) __THROWNL;
   34 extern int setcontext (const ucontext_t *__ucp) __THROWNL;
   38 extern int swapcontext (ucontext_t *__restrict __oucp,
   39 			const ucontext_t *__restrict __ucp) __THROWNL;
   47 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),