• Home
  • Raw
  • Download

Lines Matching refs:SectionChunk

32 SectionChunk::SectionChunk(ObjFile *f, const coff_section *h)  in SectionChunk()  function in lld::coff::SectionChunk
58 static_assert(sizeof(SectionChunk) <= 88, "SectionChunk grew unexpectedly");
69 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { in checkSecRel()
78 static void applySecRel(const SectionChunk *sec, uint8_t *off, in applySecRel()
100 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
120 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
183 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
249 static void applySecRelLow12A(const SectionChunk *sec, uint8_t *off, in applySecRelLow12A()
255 static void applySecRelHigh12A(const SectionChunk *sec, uint8_t *off, in applySecRelHigh12A()
268 static void applySecRelLdr(const SectionChunk *sec, uint8_t *off, in applySecRelLdr()
292 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
317 static void maybeReportRelocationToDiscarded(const SectionChunk *fromChunk, in maybeReportRelocationToDiscarded()
350 void SectionChunk::writeTo(uint8_t *buf) const { in writeTo()
416 void SectionChunk::addAssociative(SectionChunk *child) { in addAssociative()
453 void SectionChunk::getBaserels(std::vector<Baserel> *res) { in getBaserels()
549 void SectionChunk::getRuntimePseudoRelocs( in getRuntimePseudoRelocs()
571 bool SectionChunk::isCOMDAT() const { in isCOMDAT()
575 void SectionChunk::printDiscardedMessage() const { in printDiscardedMessage()
582 StringRef SectionChunk::getDebugName() const { in getDebugName()
588 ArrayRef<uint8_t> SectionChunk::getContents() const { in getContents()
594 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic()
599 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic()
623 SectionChunk *SectionChunk::findByName(ArrayRef<SectionChunk *> sections, in findByName()
625 for (SectionChunk *c : sections) in findByName()
631 void SectionChunk::replace(SectionChunk *other) { in replace()
637 uint32_t SectionChunk::getSectionNumber() const { in getSectionNumber()
870 void MergeChunk::addSection(SectionChunk *c) { in addSection()
882 for (SectionChunk *c : sections) in finalizeContents()
890 for (SectionChunk *c : sections) { in assignSubsectionRVAs()