Home
last modified time | relevance | path

Searched refs:nLoc (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c102 if (te->Te.Field.nLoc == -1) in ML_()
108 te->Te.Field.typeR, te->Te.Field.nLoc, in ML_()
505 r = UWord__cmp(te1->Te.Field.nLoc, te2->Te.Field.nLoc); in ML_()
507 if (te1->Te.Field.nLoc == -1) in ML_()
511 te1->Te.Field.nLoc); in ML_()
603 if (te->Te.Field.nLoc > 0 && te->Te.Field.pos.loc) in ML_()
793 vg_assert(field->Te.Field.nLoc < 0 in ML_()
794 || (field->Te.Field.nLoc > 0 in ML_()
796 if (field->Te.Field.nLoc == -1) { in ML_()
808 field->Te.Field.pos.loc, field->Te.Field.nLoc, in ML_()
Dpriv_tytypes.h93 Word nLoc; /* number of bytes in .pos.loc if >= 0, or -1 member
Dreaddwarf3.c3488 fieldE.Te.Field.nLoc = -1; in parse_type_DIE()
3492 fieldE.Te.Field.nLoc = (UWord)(-cts.szB); in parse_type_DIE()
3495 (SizeT)fieldE.Te.Field.nLoc, in parse_type_DIE()
3519 if (fieldE.Te.Field.nLoc) { in parse_type_DIE()
3524 if (fieldE.Te.Field.nLoc > 0) in parse_type_DIE()
3527 fieldE.Te.Field.nLoc = 0; in parse_type_DIE()
3788 vg_assert(fieldE.Te.Field.nLoc <= 0 || fieldE.Te.Field.pos.loc != NULL); in parse_type_DIE()
3789 vg_assert(fieldE.Te.Field.nLoc != 0 || fieldE.Te.Field.pos.loc == NULL); in parse_type_DIE()
3791 vg_assert(fieldE.Te.Field.nLoc != 0); in parse_type_DIE()
3793 vg_assert(fieldE.Te.Field.nLoc == 0); in parse_type_DIE()