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

  /external/valgrind/main/drd/
drd_error.h 90 PtrdiffT rwoffset; // ALL member in struct:__anon12623
drd_error.c 65 ai->rwoffset = a - heap_block_start;
155 dri->addr, ai.rwoffset, dri->addr - ai.rwoffset);
  /external/valgrind/main/memcheck/
mc_errors.c 104 PtrdiffT rwoffset; member in struct:_AddrInfo::__anon12805::__anon12808
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 286 milliseconds