Lines Matching refs:coff_section
116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec()
117 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); in toSec()
125 assert(Offset % sizeof(coff_section) == 0 && in toSec()
167 const coff_section *Section = nullptr; in getSymbolAddress()
198 const coff_section *Section = nullptr; in getSymbolType()
287 const coff_section *Section = nullptr; in getSymbolSize()
307 const coff_section *Sec = nullptr; in getSymbolSection()
318 const coff_section *Sec = toSec(Ref); in moveSectionNext()
325 const coff_section *Sec = toSec(Ref); in getSectionName()
330 const coff_section *Sec = toSec(Ref); in getSectionAddress()
340 const coff_section *Sec = toSec(Ref); in getSectionContents()
348 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
353 const coff_section *Sec = toSec(Ref); in isSectionText()
358 const coff_section *Sec = toSec(Ref); in isSectionData()
363 const coff_section *Sec = toSec(Ref); in isSectionBSS()
371 const coff_section *Sec = toSec(Ref); in isSectionVirtual()
379 const coff_section *Sec = toSec(SecRef); in sectionContainsSymbol()
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()
428 const coff_section *Sec = toSec(Ref); in section_rel_end()
488 const coff_section *Section = getCOFFSection(S); in getRvaPtr()
693 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()
877 const coff_section *&Result) const { in getSection()
942 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName()
970 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize()
991 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()
1054 const coff_section *