Searched refs:GotSection (Results 1 – 7 of 7) sorted by relevance
134 class GotSection final : public NonLazyPointerSectionBase {136 GotSection();854 GotSection *got = nullptr;
394 GotSection::GotSection() in GotSection() function in GotSection
1397 in.got = make<GotSection>(); in createSyntheticSections()
671 GotSection::GotSection(Ctx &ctx) in GotSection() function in GotSection677 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 …]
61 class GotSection; variable577 std::unique_ptr<GotSection> got;
105 class GotSection final : public SyntheticSection {107 GotSection(Ctx &);
1895 GotSection *got = ctx.in.got.get(); in postScanRelocations()1948 GotSection *got = ctx.in.got.get(); in postScanRelocations()