Lines Matching defs:Sec
232 const coff_section *Sec = nullptr; in getSymbolSection() local
243 const coff_section *Sec = toSec(Ref); in moveSectionNext() local
250 const coff_section *Sec = toSec(Ref); in getSectionName() local
256 const coff_section *Sec = toSec(Ref); in getSectionAddress() local
263 const coff_section *Sec = toSec(Ref); in getSectionSize() local
270 const coff_section *Sec = toSec(Ref); in getSectionContents() local
279 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local
288 const coff_section *Sec = toSec(Ref); in isSectionText() local
295 const coff_section *Sec = toSec(Ref); in isSectionData() local
302 const coff_section *Sec = toSec(Ref); in isSectionBSS() local
317 const coff_section *Sec = toSec(Ref); in isSectionVirtual() local
339 const coff_section *Sec = toSec(SecRef); in sectionContainsSymbol() local
352 const coff_section *Sec = toSec(Ref); in section_rel_begin() local
369 static uint32_t getNumberOfRelocations(const coff_section *Sec, in getNumberOfRelocations()
384 const coff_section *Sec = toSec(Ref); in section_rel_end() local
808 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName()
837 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()