Searched refs:toSec (Results 1 – 2 of 2) sorted by relevance
116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile318 const coff_section *Sec = toSec(Ref); in moveSectionNext()325 const coff_section *Sec = toSec(Ref); in getSectionName()330 const coff_section *Sec = toSec(Ref); in getSectionAddress()335 return getSectionSize(toSec(Ref)); in getSectionSize()340 const coff_section *Sec = toSec(Ref); in getSectionContents()348 const coff_section *Sec = toSec(Ref); in getSectionAlignment()353 const coff_section *Sec = toSec(Ref); in isSectionText()358 const coff_section *Sec = toSec(Ref); in isSectionData()363 const coff_section *Sec = toSec(Ref); in isSectionBSS()[all …]
510 const coff_section *toSec(DataRefImpl Sec) const;