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 89 PtrdiffT rwoffset; // ALL member in struct:__anon16989
drd_error.c 118 ai->rwoffset = a - heap_block_start;
214 auxwhat_prefix, dri->addr, ai.rwoffset,
215 dri->addr - ai.rwoffset, auxwhat_suffix,
  /external/valgrind/main/memcheck/
mc_errors.c 104 PtrdiffT rwoffset; member in struct:_AddrInfo::__anon17199::__anon17202
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 42 milliseconds