Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h134 class GotSection final : public NonLazyPointerSectionBase {
136 GotSection();
852 GotSection *got = nullptr;
H A DSyntheticSections.cpp395 GotSection::GotSection() in GotSection() function in GotSection
H A DWriter.cpp1368 in.got = make<GotSection>(); in createSyntheticSections()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp650 GotSection::GotSection() in GotSection() function in GotSection
656 void GotSection::addConstant(const Relocation &r) { relocations.push_back(r); } in addConstant()
657 void GotSection::addEntry(const Symbol &sym) { in addEntry()
662 bool GotSection::addTlsDescEntry(const Symbol &sym) { in addTlsDescEntry()
669 bool GotSection::addDynTlsEntry(const Symbol &sym) { in addDynTlsEntry()
679 bool GotSection::addTlsIndex() { in addTlsIndex()
687 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset()
691 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr()
695 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr()
699 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset()
[all …]
H A DSyntheticSections.h105 class GotSection final : public SyntheticSection {
107 GotSection();
526 void addAddendOnlyRelocIfNonPreemptible(RelType dynType, GotSection &sec,
1490 std::unique_ptr<GotSection> got;
H A DRelocations.cpp1812 GotSection *got = in.got.get(); in postScanRelocations()
1854 GotSection *got = in.got.get(); in postScanRelocations()