Lines Matching defs:Sec
307 const coff_section *Sec = nullptr; in getSymbolSection() local
318 const coff_section *Sec = toSec(Ref); in moveSectionNext() local
325 const coff_section *Sec = toSec(Ref); in getSectionName() local
330 const coff_section *Sec = toSec(Ref); in getSectionAddress() local
340 const coff_section *Sec = toSec(Ref); in getSectionContents() local
348 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local
353 const coff_section *Sec = toSec(Ref); in isSectionText() local
358 const coff_section *Sec = toSec(Ref); in isSectionData() local
363 const coff_section *Sec = toSec(Ref); in isSectionBSS() local
371 const coff_section *Sec = toSec(Ref); in isSectionVirtual() local
379 const coff_section *Sec = toSec(SecRef); in sectionContainsSymbol() local
385 static uint32_t getNumberOfRelocations(const coff_section *Sec, in getNumberOfRelocations()
403 getFirstReloc(const coff_section *Sec, MemoryBufferRef M, const uint8_t *Base) { in getFirstReloc()
420 const coff_section *Sec = toSec(Ref); in section_rel_begin() local
428 const coff_section *Sec = toSec(Ref); in section_rel_end() local
942 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName()
991 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()