Searched refs:SectionPimpl (Results 1 – 1 of 1) sorted by relevance
71 DataRefImpl SectionPimpl; variable343 : SectionPimpl(SectionP) in SectionRef()347 return SectionPimpl == Other.SectionPimpl;351 return SectionPimpl != Other.SectionPimpl;355 return SectionPimpl < Other.SectionPimpl;359 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()363 return OwningObject->getSectionName(SectionPimpl, Result); in getName()367 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()371 return OwningObject->getSectionSize(SectionPimpl); in getSize()375 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()[all …]