Searched refs:IndirectSymtabSection (Results 1 – 3 of 3) sorted by relevance
74 IndirectSymtabSection *indirectSymtabSection = nullptr;195 IndirectSymtabSection *indirectSymtabSection) in LCDysymtab()217 IndirectSymtabSection *indirectSymtabSection;1026 indirectSymtabSection = make<IndirectSymtabSection>(); in createOutputSections()
516 class IndirectSymtabSection final : public LinkEditSection {518 IndirectSymtabSection();
1476 IndirectSymtabSection::IndirectSymtabSection() in IndirectSymtabSection() function in IndirectSymtabSection1480 uint32_t IndirectSymtabSection::getNumSymbols() const { in getNumSymbols()1489 bool IndirectSymtabSection::isNeeded() const { in isNeeded()1494 void IndirectSymtabSection::finalizeContents() { in finalizeContents()1513 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo()