Lines Matching refs:SectionIndex
473 Address.SectionIndex = object::SectionedAddress::UndefSection; in reset()
508 SectionIndex = object::SectionedAddress::UndefSection; in reset()
564 Sequence.SectionIndex = Row.Address.SectionIndex; in appendRowToMatrix()
893 Cursor, &State.Row.Address.SectionIndex); in parse()
1222 assert(Seq.SectionIndex == Address.SectionIndex); in findRowInSeq()
1237 assert(Seq.SectionIndex == RowPos->Address.SectionIndex); in findRowInSeq()
1248 Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddress()
1252 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddress()
1260 Sequence.SectionIndex = Address.SectionIndex; in lookupAddressImpl()
1264 if (It == Sequences.end() || It->SectionIndex != Address.SectionIndex) in lookupAddressImpl()
1277 if (Address.SectionIndex == object::SectionedAddress::UndefSection) in lookupAddressRange()
1281 Address.SectionIndex = object::SectionedAddress::UndefSection; in lookupAddressRange()
1293 Sequence.SectionIndex = Address.SectionIndex; in lookupAddressRangeImpl()
1316 findRowInSeq(CurSeq, {EndAddr - 1, Address.SectionIndex}); in lookupAddressRangeImpl()