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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 86 Word nLoc; /* number of bytes in .pos.loc if >= 0, or -1
tytypes.c 101 if (te->Te.Field.nLoc == -1)
106 VG_(printf)("Te_Field(ty=0x%05lx,nLoc=%lu,pos.loc=%p,\"%s\")",
107 te->Te.Field.typeR, te->Te.Field.nLoc,
482 r = UWord__cmp(te1->Te.Field.nLoc, te2->Te.Field.nLoc);
484 if (te1->Te.Field.nLoc == -1)
488 te1->Te.Field.nLoc);
579 if (te->Te.Field.nLoc > 0 && te->Te.Field.pos.loc)
761 vg_assert(field->Te.Field.nLoc < 0
762 || (field->Te.Field.nLoc >
    [all...]
readdwarf3.c     [all...]

Completed in 43 milliseconds