Lines Matching defs:Sec
286 DataRefImpl Sec; in getSymbolSection() local
298 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext()
307 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
313 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress()
320 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, in getSectionSize()
327 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
336 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment()
345 error_code COFFObjectFile::isSectionText(DataRefImpl Sec, in isSectionText()
352 error_code COFFObjectFile::isSectionData(DataRefImpl Sec, in isSectionData()
359 error_code COFFObjectFile::isSectionBSS(DataRefImpl Sec, in isSectionBSS()
366 error_code COFFObjectFile::isSectionRequiredForExecution(DataRefImpl Sec, in isSectionRequiredForExecution()
373 error_code COFFObjectFile::isSectionVirtual(DataRefImpl Sec, in isSectionVirtual()
380 error_code COFFObjectFile::isSectionZeroInit(DataRefImpl Sec, in isSectionZeroInit()
387 error_code COFFObjectFile::isSectionReadOnlyData(DataRefImpl Sec, in isSectionReadOnlyData()
394 error_code COFFObjectFile::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol()
661 error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName()
684 error_code COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()