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()
112 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
139 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
207 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
281 static void applySecRelLow12A(const SectionChunk *sec, uint8_t *off, in applySecRelLow12A()
287 static void applySecRelHigh12A(const SectionChunk *sec, uint8_t *off, in applySecRelHigh12A()
300 static void applySecRelLdr(const SectionChunk *sec, uint8_t *off, in applySecRelLdr()
324 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
356 static void maybeReportRelocationToDiscarded(const SectionChunk *fromChunk, in maybeReportRelocationToDiscarded()
390 void SectionChunk::writeTo(uint8_t *buf) const { in writeTo()
414 void SectionChunk::applyRelocation(uint8_t *off, in applyRelocation()
458 void SectionChunk::sortRelocations() { in sortRelocations()
474 void SectionChunk::writeAndRelocateSubsection(ArrayRef<uint8_t> sec, in writeAndRelocateSubsection()
497 void SectionChunk::addAssociative(SectionChunk *child) { in addAssociative()
502 SectionChunk *prev = this; in addAssociative()
503 SectionChunk *next = assocChildren; in addAssociative()
547 void SectionChunk::getBaserels(std::vector<Baserel> *res) { in getBaserels()
643 void SectionChunk::getRuntimePseudoRelocs( in getRuntimePseudoRelocs()
666 bool SectionChunk::isCOMDAT() const { in isCOMDAT()
670 void SectionChunk::printDiscardedMessage() const { in printDiscardedMessage()
677 StringRef SectionChunk::getDebugName() const { in getDebugName()
683 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents()
689 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic()
694 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic()
718 SectionChunk *SectionChunk::findByName(ArrayRef<SectionChunk *> sections, in findByName()
720 for (SectionChunk *c : sections) in findByName()
726 void SectionChunk::replace(SectionChunk *other) { in replace()
732 uint32_t SectionChunk::getSectionNumber() const { in getSectionNumber()
991 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection()
1003 for (SectionChunk *c : sections) in finalizeContents()
1011 for (SectionChunk *c : sections) { in assignSubsectionRVAs()