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

  /external/valgrind/coregrind/m_aspacemgr/
priv_aspacemgr.h 148 Bool ML_(am_sane_segname)(Int fnIdx);
152 const HChar *ML_(am_get_segname)(Int fnIdx);
155 Int ML_(am_segname_get_seqnr)(Int fnIdx);
aspacemgr-segnames.c 52 -4 +----- seg->fnIdx
55 byte of the payload area. It is this value that is stored in seg->fnIdx.
71 -4 -2 +----- seg->fnIdx
91 -4 +----- seg->fnIdx
377 /* Returns a sequence number for the fnIdx position in segnames.
381 ML_(am_segname_get_seqnr)(Int fnIdx)
386 if (fnIdx == -1) return -1; // shortcut
390 if (ix == fnIdx)
aspacemgr-linux.c 424 const HChar* name = ML_(am_get_segname)( seg->fnIdx );
442 ML_(am_segname_get_seqnr)(seg->fnIdx), seg->fnIdx,
489 ML_(am_segname_get_seqnr)(seg->fnIdx), seg->fnIdx
536 return ML_(am_get_segname)( seg->fnIdx );
611 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
618 && s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
624 && ML_(am_sane_segname)(s->fnIdx)
629 s->dev == 0 && s->ino == 0 && s->offset == 0 && s->fnIdx == -1
    [all...]
  /external/valgrind/include/
pub_tool_aspacemgr.h 70 dev==ino==foff = 0, fnidx == -1
81 dev==ino==foff = 0, fnidx == -1
87 dev==ino==foff = 0, fnidx == -1
107 Int fnIdx; // file name table index, if name is known

Completed in 931 milliseconds