Home | History | Annotate | Download | only in coregrind

Lines Matching full:oss

1081 SysRes VG_(do_sys_sigaltstack) ( ThreadId tid, vki_stack_t* ss, vki_stack_t* oss )
1090 "ss %p{%p,sz=%llu,flags=0x%llx}, oss %p (current SP %p)\n",
1095 (void*)oss, (void*)m_SP);
1097 if (oss != NULL) {
1098 oss->ss_sp = VG_(threads)[tid].altstack.ss_sp;
1099 oss->ss_size = VG_(threads)[tid].altstack.ss_size;
1100 oss->ss_flags = VG_(threads)[tid].altstack.ss_flags