HomeSort by relevance Sort by last modified time
    Searched defs:rwoffset (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/drd/
drd_error.h 89 PtrdiffT rwoffset; // ALL member in struct:__anon29847
  /external/valgrind/main/memcheck/
mc_errors.c 104 PtrdiffT rwoffset; member in struct:_AddrInfo::__anon30057::__anon30060
323 PtrdiffT rwoffset = ai->Addr.Block.rwoffset; local
327 if (rwoffset < 0) {
328 delta = (SizeT)(-rwoffset);
330 } else if (rwoffset >= block_szB) {
331 delta = rwoffset - block_szB;
334 delta = rwoffset;
    [all...]

Completed in 202 milliseconds