Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp591 GotSection::GotSection() in GotSection() function in GotSection
603 void GotSection::addEntry(Symbol &Sym) { in addEntry()
608 bool GotSection::addDynTlsEntry(Symbol &Sym) { in addDynTlsEntry()
619 bool GotSection::addTlsIndex() { in addTlsIndex()
627 uint64_t GotSection::getGlobalDynAddr(const Symbol &B) const { in getGlobalDynAddr()
631 uint64_t GotSection::getGlobalDynOffset(const Symbol &B) const { in getGlobalDynOffset()
635 void GotSection::finalizeContents() { in finalizeContents()
639 bool GotSection::empty() const { in empty()
647 void GotSection::writeTo(uint8_t *Buf) { in writeTo()
H A DSyntheticSections.h111 class GotSection : public SyntheticSection {
113 GotSection();
1012 GotSection *Got;
H A DWriter.cpp374 In.Got = make<GotSection>(); in createSyntheticSections()
956 InputSection *GotSection = In.GotPlt; in setReservedSymbolSections() local
958 GotSection = In.MipsGot ? cast<InputSection>(In.MipsGot) in setReservedSymbolSections()
960 ElfSym::GlobalOffsetTable->Section = GotSection; in setReservedSymbolSections()