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