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

/external/valgrind/coregrind/
H A Dpub_core_mallocfree.h152 PtrdiffT rwoffset; member in struct:_AddrArenaInfo
H A Dm_addrinfo.c198 ai->Addr.Block.rwoffset = aai.rwoffset;
494 PtrdiffT rwoffset = ai->Addr.Block.rwoffset; local
498 if (rwoffset < 0) {
499 delta = (SizeT)(-rwoffset);
501 } else if (rwoffset >= block_szB) {
502 delta = rwoffset - block_szB;
505 delta = rwoffset;
/external/valgrind/drd/
H A Ddrd_error.h89 PtrdiffT rwoffset; // ALL member in struct:__anon23260
/external/valgrind/include/
H A Dpub_tool_addrinfo.h153 PtrdiffT rwoffset; member in struct:_AddrInfo::__anon23368::__anon23371

Completed in 159 milliseconds