Searched refs:spoffset (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_addrinfo.h134 // spoffset gives the offset from the thread stack pointer.
135 // (spoffset will be negative, as stacks are assumed growing down).
141 PtrdiffT spoffset; member in struct:_AddrInfo::__anon20407::__anon20409
/external/valgrind/coregrind/
H A Dm_addrinfo.c154 ai->Addr.Stack.spoffset = 0; // Unused.
256 ai->Addr.Stack.spoffset = a - VG_(get_SP)(tid);
482 - ai->Addr.Stack.spoffset,
484 // Note: we change the sign of spoffset as the message speaks

Completed in 90 milliseconds