Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h133 class GotSection final : public NonLazyPointerSectionBase {
135 GotSection();
801 GotSection *got = nullptr;
H A DSyntheticSections.cpp401 GotSection::GotSection() in GotSection() function in GotSection
H A DWriter.cpp1344 in.got = make<GotSection>(); in createSyntheticSections()
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp615 GotSection::GotSection() in GotSection() function in GotSection
621 void GotSection::addConstant(const Relocation &r) { relocations.push_back(r); } in addConstant()
622 void GotSection::addEntry(Symbol &sym) { in addEntry()
627 bool GotSection::addTlsDescEntry(Symbol &sym) { in addTlsDescEntry()
634 bool GotSection::addDynTlsEntry(Symbol &sym) { in addDynTlsEntry()
644 bool GotSection::addTlsIndex() { in addTlsIndex()
652 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset()
656 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr()
660 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr()
664 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset()
[all …]
H A DSyntheticSections.h98 class GotSection final : public SyntheticSection {
100 GotSection();
519 void addAddendOnlyRelocIfNonPreemptible(RelType dynType, GotSection &sec,
1279 std::unique_ptr<GotSection> got;
H A DWriter.cpp438 in.got = std::make_unique<GotSection>(); in createSyntheticSections()