Lines Matching refs:GotSection
615 GotSection::GotSection() in GotSection() function in GotSection
621 void GotSection::addConstant(const Relocation &r) { relocations.push_back(r); } in addConstant()
622 void GotSection::addEntry(Symbol &sym) { in addEntry()
627 bool GotSection::addTlsDescEntry(Symbol &sym) { in addTlsDescEntry()
634 bool GotSection::addDynTlsEntry(Symbol &sym) { in addDynTlsEntry()
644 bool GotSection::addTlsIndex() { in addTlsIndex()
652 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset()
656 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr()
660 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr()
664 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset()
668 void GotSection::finalizeContents() { in finalizeContents()
676 bool GotSection::isNeeded() const { in isNeeded()
682 void GotSection::writeTo(uint8_t *buf) { in writeTo()
1599 RelType dynType, GotSection &sec, uint64_t offsetInSec, Symbol &sym, in addAddendOnlyRelocIfNonPreemptible()