Searched refs:GotSection (Results 1 – 6 of 6) sorted by relevance
134 class GotSection final : public NonLazyPointerSectionBase {136 GotSection();852 GotSection *got = nullptr;
395 GotSection::GotSection() in GotSection() function in GotSection
1368 in.got = make<GotSection>(); in createSyntheticSections()
650 GotSection::GotSection() in GotSection() function in GotSection656 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()[all …]
105 class GotSection final : public SyntheticSection {107 GotSection();526 void addAddendOnlyRelocIfNonPreemptible(RelType dynType, GotSection &sec,1490 std::unique_ptr<GotSection> got;
1812 GotSection *got = in.got.get(); in postScanRelocations()1854 GotSection *got = in.got.get(); in postScanRelocations()