Searched refs:toSec (Results 1 – 2 of 2) sorted by relevance
117 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile257 const coff_section *Sec = toSec(Ref); in moveSectionNext()264 const coff_section *Sec = toSec(Ref); in getSectionName()269 const coff_section *Sec = toSec(Ref); in getSectionAddress()279 return getSectionSize(toSec(Ref)); in getSectionSize()284 const coff_section *Sec = toSec(Ref); in getSectionContents()292 const coff_section *Sec = toSec(Ref); in getSectionAlignment()297 const coff_section *Sec = toSec(Ref); in isSectionText()302 const coff_section *Sec = toSec(Ref); in isSectionData()307 const coff_section *Sec = toSec(Ref); in isSectionBSS()[all …]
577 const coff_section *toSec(DataRefImpl Sec) const;