Home
last modified time | relevance | path

Searched refs:GotSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h118 class GotSection : public SyntheticSection {
120 GotSection();
1200 GotSection *got;
HDSyntheticSections.cpp599 GotSection::GotSection() in GotSection() function in lld::elf::GotSection
609 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()
HDWriter.cpp470 in.got = make<GotSection>(); in createSyntheticSections()