Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DSyntheticSections.h133 class GotSection final : public NonLazyPointerSectionBase {
135 GotSection();
600 GotSection *got = nullptr;
DSyntheticSections.cpp259 GotSection::GotSection() in GotSection() function in GotSection
DWriter.cpp1138 in.got = make<GotSection>(); in createSyntheticSections()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.h124 class GotSection : public SyntheticSection {
126 GotSection();
1250 GotSection *got;
DSyntheticSections.cpp646 GotSection::GotSection() in GotSection() function in GotSection
652 void GotSection::addEntry(Symbol &sym) { in addEntry()
657 bool GotSection::addDynTlsEntry(Symbol &sym) { in addDynTlsEntry()
668 bool GotSection::addTlsIndex() { in addTlsIndex()
676 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr()
680 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset()
684 void GotSection::finalizeContents() { in finalizeContents()
692 bool GotSection::isNeeded() const { in isNeeded()
698 void GotSection::writeTo(uint8_t *buf) { in writeTo()
DWriter.cpp502 in.got = make<GotSection>(); in createSyntheticSections()