Lines Matching refs:coff_section
119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec()
120 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); in toSec()
128 assert(Offset % sizeof(coff_section) == 0 && in toSec()
178 const coff_section *Section = nullptr; in getSymbolAddress()
254 const coff_section *Sec = nullptr; in getSymbolSection()
268 const coff_section *Sec = toSec(Ref); in moveSectionNext()
275 const coff_section *Sec = toSec(Ref); in getSectionName()
280 const coff_section *Sec = toSec(Ref); in getSectionAddress()
299 const coff_section *Sec = toSec(Ref); in getSectionContents()
307 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
316 const coff_section *Sec = toSec(Ref); in isSectionText()
321 const coff_section *Sec = toSec(Ref); in isSectionData()
326 const coff_section *Sec = toSec(Ref); in isSectionBSS()
336 assert((Offset % sizeof(coff_section)) == 0); in getSectionID()
337 return (Offset / sizeof(coff_section)) + 1; in getSectionID()
341 const coff_section *Sec = toSec(Ref); in isSectionVirtual()
347 static uint32_t getNumberOfRelocations(const coff_section *Sec, in getNumberOfRelocations()
365 getFirstReloc(const coff_section *Sec, MemoryBufferRef M, const uint8_t *Base) { in getFirstReloc()
383 const coff_section *Sec = toSec(Ref); in section_rel_begin()
393 const coff_section *Sec = toSec(Ref); in section_rel_end()
461 const coff_section *Section = getCOFFSection(S); in getRvaPtr()
477 const coff_section *Section = getCOFFSection(S); in getRvaAndSizeAsBytes()
763 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()
984 const coff_section *&Result) const { in getSection()
997 const coff_section *&Result) const { in getSection()
1078 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName()
1106 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize()
1123 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()
1173 const coff_section *
1196 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations()