Searched refs:GotSection (Results 1 – 6 of 6) sorted by relevance
133 class GotSection final : public NonLazyPointerSectionBase {135 GotSection();600 GotSection *got = nullptr;
259 GotSection::GotSection() in GotSection() function in GotSection
1138 in.got = make<GotSection>(); in createSyntheticSections()
124 class GotSection : public SyntheticSection {126 GotSection();1250 GotSection *got;
646 GotSection::GotSection() in GotSection() function in GotSection652 void GotSection::addEntry(Symbol &sym) { in addEntry()657 bool GotSection::addDynTlsEntry(Symbol &sym) { in addDynTlsEntry()668 bool GotSection::addTlsIndex() { in addTlsIndex()676 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr()680 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset()684 void GotSection::finalizeContents() { in finalizeContents()692 bool GotSection::isNeeded() const { in isNeeded()698 void GotSection::writeTo(uint8_t *buf) { in writeTo()
502 in.got = make<GotSection>(); in createSyntheticSections()