Lines Matching refs:GotSection
650 GotSection::GotSection() in GotSection() function in GotSection
656 void GotSection::addConstant(const Relocation &r) { relocations.push_back(r); } in addConstant()
657 void GotSection::addEntry(const Symbol &sym) { in addEntry()
662 bool GotSection::addTlsDescEntry(const Symbol &sym) { in addTlsDescEntry()
669 bool GotSection::addDynTlsEntry(const Symbol &sym) { in addDynTlsEntry()
679 bool GotSection::addTlsIndex() { in addTlsIndex()
687 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset()
691 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr()
695 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr()
699 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset()
703 void GotSection::finalizeContents() { in finalizeContents()
711 bool GotSection::isNeeded() const { in isNeeded()
717 void GotSection::writeTo(uint8_t *buf) { in writeTo()
1642 RelType dynType, GotSection &sec, uint64_t offsetInSec, Symbol &sym, in addAddendOnlyRelocIfNonPreemptible()
4835 in.got = std::make_unique<GotSection>(); in createSyntheticSections()