Lines Matching defs:Sec
251 Expected<const coff_section *> Sec = getSection(Symb.getSectionNumber()); in getSymbolSection() local
265 const coff_section *Sec = toSec(Ref); in moveSectionNext() local
271 const coff_section *Sec = toSec(Ref); in getSectionName() local
276 const coff_section *Sec = toSec(Ref); in getSectionAddress() local
295 const coff_section *Sec = toSec(Ref); in getSectionContents() local
303 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local
312 const coff_section *Sec = toSec(Ref); in isSectionText() local
317 const coff_section *Sec = toSec(Ref); in isSectionData() local
322 const coff_section *Sec = toSec(Ref); in isSectionBSS() local
350 const coff_section *Sec = toSec(Ref); in isSectionVirtual() local
356 static uint32_t getNumberOfRelocations(const coff_section *Sec, in getNumberOfRelocations()
377 getFirstReloc(const coff_section *Sec, MemoryBufferRef M, const uint8_t *Base) { in getFirstReloc()
397 const coff_section *Sec = toSec(Ref); in section_rel_begin() local
407 const coff_section *Sec = toSec(Ref); in section_rel_end() local
1188 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()