Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h135 class GotSection final : public NonLazyPointerSectionBase {
137 GotSection();
633 GotSection *got = nullptr;
H A DSyntheticSections.cpp338 GotSection::GotSection() in GotSection() function in GotSection
H A DWriter.cpp1221 in.got = make<GotSection>(); in createSyntheticSections()
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp648 GotSection::GotSection() in GotSection() function in GotSection
654 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 …]
H A DSyntheticSections.h120 class GotSection : public SyntheticSection {
122 GotSection();
1265 std::unique_ptr<GotSection> got;
H A DWriter.cpp457 in.got = std::make_unique<GotSection>(); in createSyntheticSections()