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