Lines Matching refs:SectionChunk
33 SectionChunk::SectionChunk(ObjFile *f, const coff_section *h) in SectionChunk() function in lld::coff::SectionChunk
65 static_assert(sizeof(SectionChunk) <= 88, "SectionChunk grew unexpectedly");
76 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { in checkSecRel()
85 static void applySecRel(const SectionChunk *sec, uint8_t *off, in applySecRel()
107 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
127 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
190 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
257 static void applySecRelLow12A(const SectionChunk *sec, uint8_t *off, in applySecRelLow12A()
263 static void applySecRelHigh12A(const SectionChunk *sec, uint8_t *off, in applySecRelHigh12A()
276 static void applySecRelLdr(const SectionChunk *sec, uint8_t *off, in applySecRelLdr()
300 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
325 static void maybeReportRelocationToDiscarded(const SectionChunk *fromChunk, in maybeReportRelocationToDiscarded()
358 void SectionChunk::writeTo(uint8_t *buf) const { in writeTo()
382 void SectionChunk::applyRelocation(uint8_t *off, in applyRelocation()
425 void SectionChunk::sortRelocations() { in sortRelocations()
441 void SectionChunk::writeAndRelocateSubsection(ArrayRef<uint8_t> sec, in writeAndRelocateSubsection()
464 void SectionChunk::addAssociative(SectionChunk *child) { in addAssociative()
469 SectionChunk *prev = this; in addAssociative()
470 SectionChunk *next = assocChildren; in addAssociative()
513 void SectionChunk::getBaserels(std::vector<Baserel> *res) { in getBaserels()
608 void SectionChunk::getRuntimePseudoRelocs( in getRuntimePseudoRelocs()
630 bool SectionChunk::isCOMDAT() const { in isCOMDAT()
634 void SectionChunk::printDiscardedMessage() const { in printDiscardedMessage()
641 StringRef SectionChunk::getDebugName() const { in getDebugName()
647 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents()
653 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic()
658 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic()
682 SectionChunk *SectionChunk::findByName(ArrayRef<SectionChunk *> sections, in findByName()
684 for (SectionChunk *c : sections) in findByName()
690 void SectionChunk::replace(SectionChunk *other) { in replace()
696 uint32_t SectionChunk::getSectionNumber() const { in getSectionNumber()
948 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection()
960 for (SectionChunk *c : sections) in finalizeContents()
968 for (SectionChunk *c : sections) { in assignSubsectionRVAs()