Lines Matching refs:toSec
72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const { in toSec() function in COFFObjectFile
280 const coff_section *sec = toSec(Sec); in getSectionNext()
289 const coff_section *sec = toSec(Sec); in getSectionName()
312 const coff_section *sec = toSec(Sec); in getSectionAddress()
319 const coff_section *sec = toSec(Sec); in getSectionSize()
326 const coff_section *sec = toSec(Sec); in getSectionContents()
341 const coff_section *sec = toSec(Sec); in getSectionAlignment()
350 const coff_section *sec = toSec(Sec); in isSectionText()
357 const coff_section *sec = toSec(Sec); in isSectionData()
364 const coff_section *sec = toSec(Sec); in isSectionBSS()
372 const coff_section *sec = toSec(Sec); in sectionContainsSymbol()
384 const coff_section *sec = toSec(Sec); in getSectionRelBegin()
396 const coff_section *sec = toSec(Sec); in getSectionRelEnd()