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()
169 const coff_section *Section = nullptr; in getSymbolAddress()
242 const coff_section *Sec = nullptr; in getSymbolSection()
256 const coff_section *Sec = toSec(Ref); in moveSectionNext()
263 const coff_section *Sec = toSec(Ref); in getSectionName()
268 const coff_section *Sec = toSec(Ref); in getSectionAddress()
283 const coff_section *Sec = toSec(Ref); in getSectionContents()
291 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
300 const coff_section *Sec = toSec(Ref); in isSectionText()
305 const coff_section *Sec = toSec(Ref); in isSectionData()
310 const coff_section *Sec = toSec(Ref); in isSectionBSS()
320 assert((Offset % sizeof(coff_section)) == 0); in getSectionID()
321 return (Offset / sizeof(coff_section)) + 1; in getSectionID()
325 const coff_section *Sec = toSec(Ref); in isSectionVirtual()
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()
376 const coff_section *Sec = toSec(Ref); in section_rel_end()
444 const coff_section *Section = getCOFFSection(S); in getRvaPtr()
460 const coff_section *Section = getCOFFSection(S); in getRvaAndSizeAsBytes()
723 (uint64_t)getNumberOfSections() * sizeof(coff_section)))) in COFFObjectFile()
919 const coff_section *&Result) const { in getSection()
988 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName()
1016 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize()
1033 COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()
1083 const coff_section *
1106 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations()