Lines Matching refs:GotSection
648 GotSection::GotSection() in GotSection() function in GotSection
654 void GotSection::addEntry(Symbol &sym) { in addEntry()
659 bool GotSection::addTlsDescEntry(Symbol &sym) { in addTlsDescEntry()
666 bool GotSection::addDynTlsEntry(Symbol &sym) { in addDynTlsEntry()
676 bool GotSection::addTlsIndex() { in addTlsIndex()
684 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset()
688 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr()
692 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr()
696 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset()
700 void GotSection::finalizeContents() { in finalizeContents()
708 bool GotSection::isNeeded() const { in isNeeded()
714 void GotSection::writeTo(uint8_t *buf) { in writeTo()