Lines Matching refs:Sec
71 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const { in toSec()
72 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p); in toSec()
228 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext() argument
230 const coff_section *sec = toSec(Sec); in getSectionNext()
232 Sec.p = reinterpret_cast<uintptr_t>(sec); in getSectionNext()
233 Result = SectionRef(Sec, this); in getSectionNext()
237 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() argument
239 const coff_section *sec = toSec(Sec); in getSectionName()
260 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress() argument
262 const coff_section *sec = toSec(Sec); in getSectionAddress()
267 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, in getSectionSize() argument
269 const coff_section *sec = toSec(Sec); in getSectionSize()
274 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() argument
276 const coff_section *sec = toSec(Sec); in getSectionContents()
289 error_code COFFObjectFile::isSectionText(DataRefImpl Sec, in isSectionText() argument
291 const coff_section *sec = toSec(Sec); in isSectionText()
296 error_code COFFObjectFile::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol() argument