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()
129 assert(Offset % sizeof(coff_section) == 0 && in toSec()
175 Expected<const coff_section *> Section = getSection(SectionNumber); in getSymbolAddress()
251 Expected<const coff_section *> Sec = getSection(Symb.getSectionNumber()); in getSymbolSection()
265 const coff_section *Sec = toSec(Ref); in moveSectionNext()
271 const coff_section *Sec = toSec(Ref); in getSectionName()
276 const coff_section *Sec = toSec(Ref); in getSectionAddress()
295 const coff_section *Sec = toSec(Ref); in getSectionContents()
303 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
312 const coff_section *Sec = toSec(Ref); in isSectionText()
317 const coff_section *Sec = toSec(Ref); in isSectionData()
322 const coff_section *Sec = toSec(Ref); in isSectionBSS()
345 assert((Offset % sizeof(coff_section)) == 0); in getSectionID()
346 return (Offset / sizeof(coff_section)) + 1; in getSectionID()
350 const coff_section *Sec = toSec(Ref); in isSectionVirtual()
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()
407 const coff_section *Sec = toSec(Ref); in section_rel_end()
476 const coff_section *Section = getCOFFSection(S); in getRvaPtr()
511 const coff_section *Section = getCOFFSection(S); in getRvaAndSizeAsBytes()
879 (uint64_t)getNumberOfSections() * sizeof(coff_section))) in initialize()
1074 Expected<const coff_section *> COFFObjectFile::getSection(int32_t Index) const { in getSection()
1078 return (const coff_section *)nullptr; in getSection()
1148 COFFObjectFile::getSectionName(const coff_section *Sec) const { in getSectionName()
1169 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize()
1185 Error COFFObjectFile::getSectionContents(const coff_section *Sec, in getSectionContents()
1236 const coff_section *
1259 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations()
1855 const coff_section *COFFSect = Obj->getCOFFSection(Section); in load()
1913 Expected<const coff_section *> Section = in getContents()