Searched refs:GotSection (Results 1 – 7 of 7) sorted by relevance
133 class GotSection final : public NonLazyPointerSectionBase {135 GotSection();789 GotSection *got = nullptr;
394 GotSection::GotSection() in GotSection() function in GotSection
1350 in.got = make<GotSection>(); in createSyntheticSections()
623 GotSection::GotSection() in GotSection() function in GotSection630 void GotSection::addEntry(Symbol &sym) { in addEntry()635 bool GotSection::addTlsDescEntry(Symbol &sym) { in addTlsDescEntry()642 bool GotSection::addDynTlsEntry(Symbol &sym) { in addDynTlsEntry()652 bool GotSection::addTlsIndex() { in addTlsIndex()660 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset()664 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr()668 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr()676 void GotSection::finalizeContents() { in finalizeContents()684 bool GotSection::isNeeded() const { in isNeeded()[all …]
100 class GotSection final : public SyntheticSection {102 GotSection();521 void addAddendOnlyRelocIfNonPreemptible(RelType dynType, GotSection &sec,1343 std::unique_ptr<GotSection> got;
1750 GotSection *got = in.got.get(); in postScanRelocations()1792 GotSection *got = in.got.get(); in postScanRelocations()
503 in.got = std::make_unique<GotSection>(); in createSyntheticSections()