Searched refs:IndirectSymtabSection (Results 1 – 3 of 3) sorted by relevance
76 IndirectSymtabSection *indirectSymtabSection = nullptr;197 IndirectSymtabSection *indirectSymtabSection) in LCDysymtab()219 IndirectSymtabSection *indirectSymtabSection;981 indirectSymtabSection = make<IndirectSymtabSection>(); in createOutputSections()
499 class IndirectSymtabSection final : public LinkEditSection {501 IndirectSymtabSection();
1391 IndirectSymtabSection::IndirectSymtabSection() in IndirectSymtabSection() function in IndirectSymtabSection1395 uint32_t IndirectSymtabSection::getNumSymbols() const { in getNumSymbols()1404 bool IndirectSymtabSection::isNeeded() const { in isNeeded()1409 void IndirectSymtabSection::finalizeContents() { in finalizeContents()1431 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo()