HomeSort by relevance Sort by last modified time
    Searched refs:spoffset (Results 1 - 3 of 3) sorted by null

  /external/valgrind/include/
pub_tool_addrinfo.h 134 // 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::__anon42701::__anon42703
  /external/valgrind/coregrind/
m_addrinfo.c 154 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
  /toolchain/binutils/binutils-2.27/gold/
ehframe.cc 378 int32_t spoffset = static_cast<int32_t>(poffset); local
380 if (static_cast<uint64_t>(static_cast<int64_t>(spoffset)) != poffset
384 elfcpp::Swap<32, big_endian>::writeval(oview + offset + 8, spoffset);
    [all...]

Completed in 119 milliseconds