Lines Matching refs:SectionChunk

32 SectionChunk::SectionChunk(ObjFile *f, const coff_section *h)  in SectionChunk()  function in lld::coff::SectionChunk
64 static_assert(sizeof(SectionChunk) <= 88, "SectionChunk grew unexpectedly");
75 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { in checkSecRel()
84 static void applySecRel(const SectionChunk *sec, uint8_t *off, in applySecRel()
106 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
126 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
189 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
255 static void applySecRelLow12A(const SectionChunk *sec, uint8_t *off, in applySecRelLow12A()
261 static void applySecRelHigh12A(const SectionChunk *sec, uint8_t *off, in applySecRelHigh12A()
274 static void applySecRelLdr(const SectionChunk *sec, uint8_t *off, in applySecRelLdr()
298 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
323 static void maybeReportRelocationToDiscarded(const SectionChunk *fromChunk, in maybeReportRelocationToDiscarded()
356 void SectionChunk::writeTo(uint8_t *buf) const { in writeTo()
380 void SectionChunk::applyRelocation(uint8_t *off, in applyRelocation()
423 void SectionChunk::sortRelocations() { in sortRelocations()
439 void SectionChunk::writeAndRelocateSubsection(ArrayRef<uint8_t> sec, in writeAndRelocateSubsection()
462 void SectionChunk::addAssociative(SectionChunk *child) { in addAssociative()
467 SectionChunk *prev = this; in addAssociative()
468 SectionChunk *next = assocChildren; in addAssociative()
511 void SectionChunk::getBaserels(std::vector<Baserel> *res) { in getBaserels()
606 void SectionChunk::getRuntimePseudoRelocs( in getRuntimePseudoRelocs()
628 bool SectionChunk::isCOMDAT() const { in isCOMDAT()
632 void SectionChunk::printDiscardedMessage() const { in printDiscardedMessage()
639 StringRef SectionChunk::getDebugName() const { in getDebugName()
645 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents()
651 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic()
656 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic()
680 SectionChunk *SectionChunk::findByName(ArrayRef<SectionChunk *> sections, in findByName()
682 for (SectionChunk *c : sections) in findByName()
688 void SectionChunk::replace(SectionChunk *other) { in replace()
694 uint32_t SectionChunk::getSectionNumber() const { in getSectionNumber()
948 void MergeChunk::addSection(SectionChunk *c) { in addSection()
960 for (SectionChunk *c : sections) in finalizeContents()
968 for (SectionChunk *c : sections) { in assignSubsectionRVAs()