Searched refs:SectionPimpl (Results 1 – 1 of 1) sorted by relevance
71 DataRefImpl SectionPimpl; variable342 : SectionPimpl(SectionP) in SectionRef()346 return SectionPimpl == Other.SectionPimpl;350 return SectionPimpl != Other.SectionPimpl;354 return SectionPimpl < Other.SectionPimpl;358 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()362 return OwningObject->getSectionName(SectionPimpl, Result); in getName()366 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()370 return OwningObject->getSectionSize(SectionPimpl); in getSize()374 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()[all …]