Lines Matching defs:Sec
242 const coff_section *Sec = nullptr; in getSymbolSection() local
256 const coff_section *Sec = toSec(Ref); in moveSectionNext() local
263 const coff_section *Sec = toSec(Ref); in getSectionName() local
268 const coff_section *Sec = toSec(Ref); in getSectionAddress() local
283 const coff_section *Sec = toSec(Ref); in getSectionContents() local
291 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local
300 const coff_section *Sec = toSec(Ref); in isSectionText() local
305 const coff_section *Sec = toSec(Ref); in isSectionData() local
310 const coff_section *Sec = toSec(Ref); in isSectionBSS() local
325 const coff_section *Sec = toSec(Ref); in isSectionVirtual() local
331 static uint32_t getNumberOfRelocations(const coff_section *Sec, in getNumberOfRelocations()
349 getFirstReloc(const coff_section *Sec, MemoryBufferRef M, const uint8_t *Base) { in getFirstReloc()
366 const coff_section *Sec = toSec(Ref); in section_rel_begin() local
376 const coff_section *Sec = toSec(Ref); in section_rel_end() local
988 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName()
1033 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()