Lines Matching defs:Sec
250 Expected<const coff_section *> Sec = getSection(Symb.getSectionNumber()); in getSymbolSection() local
264 const coff_section *Sec = toSec(Ref); in moveSectionNext() local
270 const coff_section *Sec = toSec(Ref); in getSectionName() local
275 const coff_section *Sec = toSec(Ref); in getSectionAddress() local
294 const coff_section *Sec = toSec(Ref); in getSectionContents() local
302 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local
311 const coff_section *Sec = toSec(Ref); in isSectionText() local
316 const coff_section *Sec = toSec(Ref); in isSectionData() local
321 const coff_section *Sec = toSec(Ref); in isSectionBSS() local
349 const coff_section *Sec = toSec(Ref); in isSectionVirtual() local
355 static uint32_t getNumberOfRelocations(const coff_section *Sec, in getNumberOfRelocations()
376 getFirstReloc(const coff_section *Sec, MemoryBufferRef M, const uint8_t *Base) { in getFirstReloc()
396 const coff_section *Sec = toSec(Ref); in section_rel_begin() local
406 const coff_section *Sec = toSec(Ref); in section_rel_end() local
1225 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()