Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h134 class GotSection final : public NonLazyPointerSectionBase {
136 GotSection();
854 GotSection *got = nullptr;
H A DSyntheticSections.cpp394 GotSection::GotSection() in GotSection() function in GotSection
H A DWriter.cpp1397 in.got = make<GotSection>(); in createSyntheticSections()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp671 GotSection::GotSection(Ctx &ctx) in GotSection() function in GotSection
677 void GotSection::addConstant(const Relocation &r) { relocations.push_back(r); } in addConstant()
678 void GotSection::addEntry(const Symbol &sym) { in addEntry()
683 void GotSection::addAuthEntry(const Symbol &sym) { in addAuthEntry()
688 bool GotSection::addTlsDescEntry(const Symbol &sym) { in addTlsDescEntry()
695 void GotSection::addTlsDescAuthEntry() { in addTlsDescAuthEntry()
700 bool GotSection::addDynTlsEntry(const Symbol &sym) { in addDynTlsEntry()
710 bool GotSection::addTlsIndex() { in addTlsIndex()
718 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset()
722 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr()
[all …]
H A DConfig.h61 class GotSection; variable
577 std::unique_ptr<GotSection> got;
H A DSyntheticSections.h105 class GotSection final : public SyntheticSection {
107 GotSection(Ctx &);
H A DRelocations.cpp1895 GotSection *got = ctx.in.got.get(); in postScanRelocations()
1948 GotSection *got = ctx.in.got.get(); in postScanRelocations()