Searched defs:rwoffset (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_addrinfo.c121 ai->Addr.Block.rwoffset = aai.rwoffset;
230 PtrdiffT rwoffset = ai->Addr.Block.rwoffset; local
234 if (rwoffset < 0) {
235 delta = (SizeT)(-rwoffset);
237 } else if (rwoffset >= block_szB) {
238 delta = rwoffset - block_szB;
241 delta = rwoffset;
H A Dpub_core_mallocfree.h138 PtrdiffT rwoffset; member in struct:_AddrArenaInfo
/external/valgrind/main/include/
H A Dpub_tool_addrinfo.h99 PtrdiffT rwoffset; member in struct:_AddrInfo::__anon32865::__anon32868
/external/valgrind/main/drd/
H A Ddrd_error.h89 PtrdiffT rwoffset; // ALL member in struct:__anon32761

Completed in 85 milliseconds