Searched refs:GotSection (Results 1 – 6 of 6) sorted by relevance
133 class GotSection final : public NonLazyPointerSectionBase {135 GotSection();801 GotSection *got = nullptr;
401 GotSection::GotSection() in GotSection() function in GotSection
1344 in.got = make<GotSection>(); in createSyntheticSections()
615 GotSection::GotSection() in GotSection() function in GotSection621 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()[all …]
98 class GotSection final : public SyntheticSection {100 GotSection();519 void addAddendOnlyRelocIfNonPreemptible(RelType dynType, GotSection &sec,1279 std::unique_ptr<GotSection> got;
438 in.got = std::make_unique<GotSection>(); in createSyntheticSections()