Searched refs:GotSection (Results 1 – 3 of 3) sorted by relevance
591 GotSection::GotSection() in GotSection() function in GotSection603 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()
111 class GotSection : public SyntheticSection {113 GotSection();1012 GotSection *Got;
374 In.Got = make<GotSection>(); in createSyntheticSections()956 InputSection *GotSection = In.GotPlt; in setReservedSymbolSections() local958 GotSection = In.MipsGot ? cast<InputSection>(In.MipsGot) in setReservedSymbolSections()960 ElfSym::GlobalOffsetTable->Section = GotSection; in setReservedSymbolSections()