Searched refs:GotSection (Results 1 – 3 of 3) sorted by relevance
118 class GotSection : public SyntheticSection {120 GotSection();1200 GotSection *got;
599 GotSection::GotSection() in GotSection() function in lld::elf::GotSection609 void GotSection::addEntry(Symbol &sym) { in addEntry()614 bool GotSection::addDynTlsEntry(Symbol &sym) { in addDynTlsEntry()625 bool GotSection::addTlsIndex() { in addTlsIndex()633 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr()637 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset()641 void GotSection::finalizeContents() { in finalizeContents()645 bool GotSection::isNeeded() const { in isNeeded()651 void GotSection::writeTo(uint8_t *buf) { in writeTo()
470 in.got = make<GotSection>(); in createSyntheticSections()