Home
last modified time | relevance | path

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

/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxpe.cpp1629 QString _sSectionName=QString((char *)pListSectionHeaders->at(i).Name); in isSectionNamePresent() local
1630 _sSectionName.resize(qMin(_sSectionName.length(),XPE_DEF::S_IMAGE_SIZEOF_SHORT_NAME)); in isSectionNamePresent()
1632 if(_sSectionName==sSectionName) in isSectionNamePresent()
1650 QString _sSectionName=QString((char *)pListSectionHeaders->at(i).Name); in getSectionByName() local
1651 _sSectionName.resize(qMin(_sSectionName.length(),XPE_DEF::S_IMAGE_SIZEOF_SHORT_NAME)); in getSectionByName()
1653 if(_sSectionName==sSectionName) in getSectionByName()
1699 _sSectionName.resize(qMin(_sSectionName.length(),XPE_DEF::S_IMAGE_SIZEOF_SHORT_NAME)); in getSectionNumber()
1701 if(_sSectionName==sSectionName) in getSectionNumber()
1860 QString _sSectionName=QString((char *)section.Name); in getMemoryMap() local
1862 if(_sSectionName.size()>8) in getMemoryMap()
[all …]