Searched refs:GotSection (Results 1 – 6 of 6) sorted by relevance
135 class GotSection final : public NonLazyPointerSectionBase {137 GotSection();633 GotSection *got = nullptr;
338 GotSection::GotSection() in GotSection() function in GotSection
1221 in.got = make<GotSection>(); in createSyntheticSections()
648 GotSection::GotSection() in GotSection() function in GotSection654 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()700 void GotSection::finalizeContents() { in finalizeContents()708 bool GotSection::isNeeded() const { in isNeeded()[all …]
120 class GotSection : public SyntheticSection {122 GotSection();1265 std::unique_ptr<GotSection> got;
457 in.got = std::make_unique<GotSection>(); in createSyntheticSections()